Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyshort/is-svg-element
https://github.com/anthonyshort/is-svg-element
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonyshort/is-svg-element
- Owner: anthonyshort
- Created: 2015-07-08T04:26:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T21:00:58.000Z (over 8 years ago)
- Last Synced: 2024-04-30T05:04:19.026Z (6 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# is-svg-element
Check if an element name is an SVG element.
```
npm install is-svg-element
```### API
```js
var isSVGElement = require('is-svg-element')isSVGElement('circle') // true
```