# @daybrush/utils

> utils for daybrush

Latest version **1.13.0** (published 2023-06-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @daybrush/utils
pnpm add @daybrush/utils
yarn add @daybrush/utils
bun add @daybrush/utils
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.13.0 |
| Published | 2023-06-04 |
| First published | 2018-10-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 446 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Daybrush |
| Maintainers | younkue |
| Keywords | daybrush, utils, dom, css, color, rgba, hsla, splitSpace, splitQuoto, splitComma, splitBracket, camelize, decamelize, now, requestAnimationFrame, cancelAnimationFrame, transform, filter, animation, crossbrowser, rgb, hsl, isUndefined, isFunction, isString, isNumber, dot, find, findIndx |

## Links

- npm: https://www.npmjs.com/package/@daybrush/utils
- Repository: https://github.com/daybrush/utils
- Homepage: https://github.com/daybrush/utils#readme
- Issues: https://github.com/daybrush/utils/issues
- npm.io page: https://npm.io/package/@daybrush/utils

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 1.13.0 (latest) — 2023-06-04
- 1.6.0-beta.1 (beta) — 2021-06-22
- 1.12.2 — 2023-06-04
- 1.12.1 — 2023-05-31
- 1.12.0 — 2023-05-30
- 1.11.0 — 2023-04-02
- 1.10.4 — 2023-03-31
- 1.10.3 — 2023-03-16
- 1.10.2 — 2022-12-17
- 1.10.1 — 2022-12-15
- 1.10.0 — 2022-09-15
- 1.9.1 — 2022-08-26
- 1.9.0 — 2022-08-26
- 1.8.0 — 2022-08-25
- 1.7.1 — 2022-06-17
- … 44 more at https://npm.io/package/@daybrush/utils/versions

## README

# @daybrush/utils  [![npm version](https://badge.fury.io/js/%40daybrush%2Futils.svg)](https://badge.fury.io/js/%40daybrush%2Futils)

utils for Daybush

[**API Documentation**](https://daybrush.com/utils/release/latest/doc/index.html)

```
$ npm i @daybrush/utils
```

```js
import {TRANSFORM, requestAnimationFrame, splitComma} from "@daybrush/utils";
```

### [Consts](http://daybrush.com/utils/release/latest/doc/Consts.html)
* document
* OBJECT
* PROPERTY
* STRING
* UNDEFINED
* FUNCTION
* ARRAY
* IS_WINDOW

### [Cross Browser](http://daybrush.com/utils/release/latest/doc/CrossBrowser.html)
* TRANSFORM
* FILTER
* ANIMATION
* KEYFRAMES
* getCrossBrowserProperty
* now
* requestAnimationFrame

### [Color](http://daybrush.com/utils/release/latest/doc/Color.html)
* RGB
* RGBA
* HSL
* HSLA
* COLOR_MODELS
* cutHex
* hexToRGBA
* hslToRGBA
* stringToRGBA
* toFullHex

### [DOM](http://daybrush.com/utils/release/latest/doc/DOM.html)
* $
* hasClass
* removeClass
* addClass
* fromCSS

### [Utils](http://daybrush.com/utils/release/latest/doc/Utils.html)
* splitUnit
* splitComma
* splitSpace
* splitBracket
* isUndefined
* isFunction
* isObject
* isArray
* isString
* camelize
* decamelize
* toArray
* dot

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