# is-svg-element

> Check if an element name is an SVG element

Latest version **1.0.1** (published 2015-07-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install is-svg-element
pnpm add is-svg-element
yarn add is-svg-element
bun add is-svg-element
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-07-08 |
| First published | 2015-07-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Anthony Short |
| Maintainers | anthonyshort |
| Keywords | svg |

## Links

- npm: https://www.npmjs.com/package/is-svg-element
- Repository: https://github.com/anthonyshort/is-svg-element
- Issues: https://github.com/anthonyshort/is-svg-element/issues
- npm.io page: https://npm.io/package/is-svg-element

## Recent versions

- 1.0.1 (latest) — 2015-07-08
- 1.0.0 — 2015-07-08

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

---
_Source: https://npm.io/package/is-svg-element · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
