Skip to content

Releases: ycw/three-font-outliner

v2.0.0

15 Oct 02:13
@ycw ycw
Compare
Choose a tag to compare
  • 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

11 Oct 17:02
@ycw ycw
Compare
Choose a tag to compare
-> 1.0.4

v1.0.3

09 Oct 13:47
@ycw ycw
Compare
Choose a tag to compare

rollup bundle -> dist/lib.esm.js

v1.0.2

29 Sep 00:38
@ycw ycw
Compare
Choose a tag to compare
ver 1.0.2

v1.0.1

29 Sep 00:16
@ycw ycw
Compare
Choose a tag to compare
cleanup

v1.0.0

28 Sep 23:31
@ycw ycw
Compare
Choose a tag to compare
cleanup

v1.0.0-alpha.1

28 Sep 18:40
@ycw ycw
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
init