Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@ycw ycw released this 15 Oct 02:13
· 3 commits to master since this release
  • 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");