Releases: gamestdio/three-text2d
Releases · gamestdio/three-text2d
0.4.1
Support latest three
version. (#23)
0.3.4
- do not include webpack as a dependency (#17, thanks @johnrees)
0.3.3
Use @types/three
as a peerDependency
, which fixes duplicate identifier errors when using TypeScript.
0.3.0
- Major code refactoring
- Using TypeScript for authoring
- Breaking change:
Text2D
was renamed to MeshText2D
v0.2.0
Fixed SpriteText2D scaling.