Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anthonyshort/is-svg-element


https://github.com/anthonyshort/is-svg-element

Last synced: 24 days ago
JSON representation

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
```