• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenType/WOFF/WOFF2 converter

Kombu

A web app that converts a font from/to ttf, otf, woff and woff2.

https://kombu.kanejaku.org/

The whole process of conversion happens only on browsers. Once the app is loaded, no server interaction occurs.

This app uses WebAssembly and Web Workers. You need a modern browser to run this app. Major browsers like Firefox, Google Chrome, Safari and Edge support them.

Build

You need emscripten to build.

$ git clone --recursive https://github.com/bashi/kombu.git
# Install dependencies
$ yarn
# Build wasm for woff2 support
$ yarn make-wasm
# Build web app
$ yarn build
# optional: Launch http server for local development
$ http-server -p 4001 -c-0

The webapp will be generated under public directory. Copy public directory to your server.