Package Exports
- svg-attributes
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 (svg-attributes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
svg-attributes 
List of SVG attributes as map of camelCased names.
Installation
Install using npm:
npm install svg-attributes
Install using bower:
bower install svg-attributes
Using browser script tag and global (UMD wrapper):
// Available via window.svg-attributes
<script src="dist/svg-attributes.js"></script>
Also available as JSON via dist/svg-attributes.json
.
Contributing
Please submit all issues and pull requests to the alexmingoia/svg-attributes repository!
Support
If you have any problem or suggestion please open an issue here.