Skip to content

shinnn/svg-core-attrs

Repository files navigation

svg-core-attrs

NPM version Bower version Build Status

An array of the SVG core attributes

svgCoreAttrs; //=> ['id', 'xml:base', 'xml:lang', 'xml:space']

Installation

Package managers

npm install svg-core-attrs
bower install svg-core-attrs

Standalone

Download the JSON file and you can use it everywhere.

API

svgCoreAttrs

Type: Array of String

License

The Unlicense