# get-prefix

> Get browser style prefixes for Javascript.

Latest version **1.0.0** (published 2015-11-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install get-prefix
pnpm add get-prefix
yarn add get-prefix
bun add get-prefix
```

## 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 | 2015-11-09 |
| First published | 2015-11-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Travis Arnold |
| Maintainers | souporserious |
| Keywords | browser, prefix, prefixing, styles, javascript |

## Links

- npm: https://www.npmjs.com/package/get-prefix
- Repository: https://github.com/souporserious/get-prefix
- Issues: https://github.com/souporserious/get-prefix/issues
- npm.io page: https://npm.io/package/get-prefix

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-11-09

## README

## Get Prefix 1.0.0

Get browser style prefixes for Javascript.

## Install

`npm install get-prefix --save`

`bower install get-prefix --save`

## Example Usage

```javascript
import getPrefix from 'get-prefix'

const div = document.createElement('div')
const transform = getPrefix('transform')

div[transform] = 'rotate(360deg)'
```

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