Three Font Outliner Versions Save

Constructing shapes from glyphs at runtime for three.js.

v2.0.0

3 years ago
  • Use named imports/exports
import { FontOutliner } from "..."
  • API changed, the 1st param is always THREE
new FontOutliner(THREE, arraybuffer);
await FontOutliner(THREE, "./url/to/font");

v1.0.4

3 years ago

v1.0.3

3 years ago

rollup bundle -> dist/lib.esm.js

v1.0.2

3 years ago

v1.0.1

3 years ago

v1.0.0

3 years ago

v1.0.0-alpha.1

3 years ago