fonteditor-core

v2.3.1
fonts (ttf, woff, woff2, eot, svg, otf) parse, write, transform, glyph adjust.
sfnt font editor ttf woff woff2 svg eot otf and 1 more...

dev

webpack-dev-server --open --config ./config/webpack.dev.js

lint

eslint ./src ./test

test

npm run test:browser && npm run test:node

build

babel src --out-dir lib

precommit

npm run lint

test:node

npm run build && mocha test/node-spec/**/*.spec.js

publish:npm

npm run build && npm publish --registry=https://registry.npmjs.org/

test:browser

mocha --require @babel/register test/spec/*.spec.js test/spec/**/*.spec.js

test:example

cd test/example && npm i && npm run test

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 10/15/2023

Downloads