1.1.1 • Published 6 months ago

taitto v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 months ago

npm.io

Ragbag of SVG Utilities

TAITTO is a TS/JS library that contains discrete SVG related functionality. It is currently somewhat odd combination, and maybe in future splitted to multiple packages.

Currently the library consist of four parts:

  • Core part that wraps SVG DOM elements and provides helper functions for manipulating them. This code lives under the src/svg folder.

  • Animation library that builds on the core and provides features used to create SVG animations. Code for this is in the src/anim folder.

  • Functions that create directional graph diagrams. This code uses dagre to layout the diagrams. The code is in the src/digraph.ts module.

  • Functions that create SVG file and folder icons. These can be used to create animations and illustrations. You can find the code in src/file-diagram.ts

Documentation for the library will be published once its structure is locked down.

1.1.1

6 months ago

1.1.0

6 months ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago