Skip to content

micro-js/svg-attribute-namespaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svg-attribute-namespaces

Build status Git tag NPM version Code style

Map of SVG attribute namespaces to their namespace URIs.

Installation

$ npm install @f/svg-attribute-namespaces

Usage

var svgAttributeNamespaces = require('@f/svg-attribute-namespaces')

function svgNamespaceUri (name) {
  return svgAttributeNamespaces[name]
}

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published