@f/svg-elements

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @f/svg-elements

Weekly Downloads

65

Version

1.0.1

License

MIT

Last publish

Collaborators

  • f