Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.57 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.57 KB

UniCucumber

This is a project for editing Unifont glyphs in browsers.

See Unifoundry.com Unifont Utilities for more information.

Demostration

You can try the demo at the following links:

Features

  • Responsive web design
  • Mouse and touchscreen support
  • Undo and redo actions (TODO)
  • Copy and paste actions (TODO)
  • Multiple glyphs support
    • A screen to list multiple glyphs (WIP)
    • Glyph search and filter (TODO)
  • Hexadecimal format support
    • Export single glyph as hexadecimal string
    • Import single glyph from hexadecimal string
    • Save and load multiple glyphs in .hex format (WIP)
  • Image support
    • Export single glyph as images (PNG, BMP, SVG, etc.)
    • Import glyphs from image files (TODO)
    • Generate bitmaps like unihex2bmp in Unifont Utilities (TODO)
  • Font support
    • Export multiple glyphs as an OpenType font file (TODO)

Usage

To use this project, you need to have Node.js installed on your computer. Then, follow these steps:

  1. Clone this repository:

    git clone https://github.com/SkyEye-FAST/unicucumber.git
  2. Install dependencies:

    cd unicucumber
    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and go to http://localhost:5173/.