Releases: nyxb/drauu-it
Releases · nyxb/drauu-it
v0.0.3
No significant changes
View changes on GitHub
v0.0.2
No significant changes
View changes on GitHub
v0.0.1
🚀 Features
- core:
- Create package.json for @drauu-it/core - Initialize new package with basic information and build scripts - Set up repository, bugs, funding, and homepage links - Define main, module, unpkg, and jsdelivr entries - Include typescript definitions and distribution files - Add initial development dependency 'perfect-freehand' - by @nyxb (342a5)
- Add DrauuIt class for SVG drawing functionality - by @nyxb (2cbea)
- Add index.ts to export core functionality and models - by @nyxb (124f3)
- Add abstract BaseModel class for SVG element interaction - by @nyxb (4d75c)
- Add DrawModel class for SVG path drawing - by @nyxb (b92ca)
- Add EllipseModel class to handle ellipse creation - by @nyxb (5b731)
- Add EraserModel for erasing SVG elements - by @nyxb (37741)
- Add model index with factory function for drawing modes - by @nyxb (f07a2)
- Add LineModel class for SVG line creation and manipulation - by @nyxb (a8151)
- Add RectModel class for rectangle drawing functionality - by @nyxb (08341)
- Add StylusModel class for SVG path drawing with perfect-freehand - by @nyxb (a0f0c)
- Add types for drawing functionality - by @nyxb (e2888)
- Add createArrowHead utility for SVG arrow creation - by @nyxb (7a953)
- Add utility functions for number sorting, symbol getting, number splitting, and GUID generation - by @nyxb (a28d5)
- Add polyline simplification utility - by @nyxb (53f89)
- drauu:
- drauu/package.json:
- package.json:
- playground: