1.1.1 • Published 2 years ago

taitto v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago