https://github.com/jijun/sfnt2woff-wasm
run sfnt2woff on browser with webassembly
https://github.com/jijun/sfnt2woff-wasm
emscripten ttf webassembly woff
Last synced: 7 months ago
JSON representation
run sfnt2woff on browser with webassembly
- Host: GitHub
- URL: https://github.com/jijun/sfnt2woff-wasm
- Owner: Jijun
- License: lgpl-2.1
- Created: 2022-08-05T08:00:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T08:22:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T23:28:48.466Z (9 months ago)
- Topics: emscripten, ttf, webassembly, woff
- Language: HTML
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SFNT2WOFF-wasm
run sfnt2woff on browser with webassembly# How to build
firstly install emscripten : https://emscripten.org/docs/getting_started/downloads.html
execute :
```
git clone --recursive https://github.com/Jijun/sfnt2woff-wasm.git
cd sfnt2woff-wasm
sh ./emscripten.sh
```# Demo
https://jijun.github.io/sfnt2woff-wasm/index.html# Copyright
the submodule sfnt2woff belong the original author.