# svg-attributes

> List of SVG attributes as map of camelCased names.

Latest version **1.0.0** (published 2014-11-28) · 0 weekly downloads

## Install

```sh
npm install svg-attributes
pnpm add svg-attributes
yarn add svg-attributes
bun add svg-attributes
```

## 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.0 |
| Published | 2014-11-28 |
| First published | 2014-11-28 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.26 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Alex Mingoia |
| Maintainers | amingoia |

## Links

- npm: https://www.npmjs.com/package/svg-attributes
- Repository: https://github.com/alexmingoia/svg-attributes
- Issues: https://github.com/alexmingoia/svg-attributes/issues
- npm.io page: https://npm.io/package/svg-attributes

## Recent versions

- 1.0.0 (latest) — 2014-11-28

## README

# svg-attributes [![NPM version](http://img.shields.io/npm/v/svg-attributes.svg?style=flat)](https://www.npmjs.org/package/svg-attributes)

> List of SVG attributes as map of camelCased names.

## Installation

Install using [npm](https://www.npmjs.org/):

```sh
npm install svg-attributes
```
Install using [bower](http://bower.io/):

```sh
bower install svg-attributes
```

Using browser script tag and global (UMD wrapper):

```html
// 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](http://github.com/alexmingoia/svg-attributes) repository!

## Support

If you have any problem or suggestion please open an issue [here](https://github.com/alexmingoia/svg-attributes/issues).

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