is-svg-attribute

1.2.0 • Public • Published

is-svg-attribute

Check if an attribute name is an SVG attribute.

npm install is-svg-attribute

API

var isSVGAttribute = require('is-svg-attribute')

isSVGAttribute('cx') // true
isSVGAttribute('gradientTransform') // true
isSVGAttribute('class') // false

Readme

Keywords

Package Sidebar

Install

npm i is-svg-attribute

Weekly Downloads

132

Version

1.2.0

License

ISC

Last publish

Collaborators

  • anthonyshort