This is a project for editing Unifont glyphs in browsers.
See Unifoundry.com Unifont Utilities for more information.
You can try the demo at the following links:
- 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)
To use this project, you need to have Node.js installed on your computer. Then, follow these steps:
-
Clone this repository:
git clone https://github.com/SkyEye-FAST/unicucumber.git
-
Install dependencies:
cd unicucumber npm install
-
Start the development server:
npm run dev
-
Open your browser and go to
http://localhost:5173/
.