build-shaper-font
v0.1.4
Published
A minimal font compiler to produce 'shaper fonts', minimal fonts to feed to HarfBuzz.
Readme
build-shaper-font
A minimal font compiler to produce "shaper fonts", minimal fonts to feed to HarfBuzz
Build
You need Rust and wasm-pack installed. For example, Rust can be installed with homebrew:
brew install rustThen install wasm-pack:
cargo install wasm-packFinally, build the project:
wasm-pack buildTest
You need nodejs and npm installed. For example, they can be installed with homebrew:
brew install nodejsThen use npm to test the project:
npm install
npm test