# @pluginjs/feature

> A workflow for modern frontend development.

Latest version **0.8.9** (published 2022-08-29) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @pluginjs/feature
pnpm add @pluginjs/feature
yarn add @pluginjs/feature
bun add @pluginjs/feature
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.8.9 |
| Published | 2022-08-29 |
| First published | 2017-12-26 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >= 8 |
| Dependencies | 0 |
| Unpacked size | 30.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Author | Creation Studio Limited |
| Maintainers | thecreation, kaptinlin |

## Links

- npm: https://www.npmjs.com/package/@pluginjs/feature
- Repository: https://github.com/pluginjs/pluginjs
- Homepage: https://pluginjs.com
- Issues: https://github.com/pluginjs/pluginjs/issues
- npm.io page: https://npm.io/package/@pluginjs/feature

## Recent versions

- 0.8.9 (latest) — 2022-08-29
- 0.8.8 — 2022-01-08
- 0.8.7 — 2021-07-01
- 0.8.6 — 2021-03-25
- 0.8.5 — 2021-03-01
- 0.8.4 — 2020-07-11
- 0.8.3 — 2020-02-11
- 0.8.2 — 2020-02-11
- 0.7.17 — 2020-01-15
- 0.7.16 — 2019-12-17
- 0.7.15 — 2019-12-16
- 0.7.14 — 2019-09-20
- 0.7.13 — 2019-08-06
- 0.7.12 — 2019-07-22
- 0.7.11 — 2019-05-06
- … 34 more at https://npm.io/package/@pluginjs/feature/versions

## README

# Feature

[![npm package](https://img.shields.io/npm/v/@pluginjs/feature.svg)](https://www.npmjs.com/package/@pluginjs/feature)

`feature` is a utility JavaScript library for special helper.

## Introduction
### Installation

#### Yarn

```javascript
yarn add @pluginjs/feature
```

#### NPM

```javascript
npm i @pluginjs/feature
```

## Getting Started

**CDN:**

Development:

```html
<script src="https://unpkg.com/@pluginjs/feature/dist/feature.js"></script>
```

Production:

```html
<script src="https://unpkg.com/@pluginjs/feature/dist/feature.min.js"></script>
```

## API

### prefixedProperty

Parameters

| Name | Type | Description |
|||-|
| property | String | CSS property |

Returns

| Name | Type | Description |
|||-|
| prefixResult | `String` | |

### transitionProperty

Returns

| Name | Type | Description |
|||-|
| prefixResult | `String` | |

### transformProperty

Returns

| Name | Type | Description |
|||-|
| prefixResult | `String` | |

### animationProperty

Returns

| Name | Type | Description |
|||-|
| prefixResult | `String` | |

### transform3D

Returns

| Name | Type | Description |
|||-|
| perspectiveTest | `Boolean` | |

### transform

Returns

| Name | Type | Description |
|||-|
| transformOriginTest | `Boolean` | |

### transition

Returns

| Name | Type | Description |
|||-|
| transitionTest | `Boolean` | |

### sticky

Returns

| Name | Type | Description |
|||-|
| canSticky | `Boolean` | |

### svg

Returns

| Name | Type | Description |
|||-|
| isSupportedSVG | `Boolean` | |

### touch

Returns

| Name | Type | Description |
|||-|
| isSupportedTouchEvent | `Boolean` | |

### pointer

Returns

| Name | Type | Description |
|||-|
| isSupportedPointerEvent | `Boolean` | |

### pointerEvent

Parameters

| Name | Type | Description |
|||-|
| pointerEvent | String | event name |

Returns

| Name | Type | Description |
|||-|
| isSupportedPointerEvent | `Boolean` | |

## Browser support

Tested on all major browsers.

| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera |
| --------- | --------- | --------- | --------- | --------- |
| IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions|

## License

@pluginjs/feature is Licensed under [the GPL-v3 license](LICENSE).

If you want to use @pluginjs/feature project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

## Copyright

Copyright (C) 2022 [Creation Studio Limited](creationstudio.com).

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