JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 66052
  • Score
    100M100P100Q155635F
  • License MIT

A minimal toolbelt for builing fast SVG-based applications

Package Exports

  • tiny-svg
  • tiny-svg/lib/append
  • tiny-svg/lib/attr
  • tiny-svg/lib/classes
  • tiny-svg/lib/clear
  • tiny-svg/lib/clone
  • tiny-svg/lib/create
  • tiny-svg/lib/geometry
  • tiny-svg/lib/innerSVG
  • tiny-svg/lib/remove
  • tiny-svg/lib/transform

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tiny-svg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tiny-svg

Build Status

tiny-svg is a minimal toolbelt for creating clean SVG applications.

Its goals are:

  • no wrapping magic, using native DOM elements instead
  • modular, just use what you need
  • small (less than 4 kbytes minified)

It adds these things on top of native SVG (modern browsers):

  • innerSVG support
  • simplified attribute handling
  • path arithmetics (intersection logic)

License

MIT