An open API service indexing awesome lists of open source software.

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

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.