1.0.1 • Published 8 years ago

@f/svg-elements v1.0.1

Weekly downloads
4,111
License
MIT
Repository
github
Last release
8 years ago

svg-elements

Build status Git tag NPM version Code style

A list of SVG elements

Installation

$ npm install @f/svg-elements

Usage

Just exports an array of svg element names. Those element names are:

animate circle clipPath defs ellipse g line linearGradient mask path pattern polygon polyline radialGradient rect stop svg text tspan use

Example

var svgElements = require('@f/svg-elements')

function isSvg (tag) {
  return svgElements.indexOf(tag) !== -1
}

License

MIT