mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 12:13:53 +00:00
* Add all the CI badges * flip the CI / npm version order * add github actions tests badges to all package readmes * remove | Co-authored-by: Artur Paikin <artur@arturpaikin.com>
22 lines
1 KiB
Markdown
22 lines
1 KiB
Markdown
# @uppy/utils
|
|
|
|
<img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">
|
|
|
|
<a href="https://www.npmjs.com/package/@uppy/utils"><img src="https://img.shields.io/npm/v/@uppy/utils.svg?style=flat-square"></a>
|
|
<img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests"> <img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests"> <img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests">
|
|
|
|
Shared utility functions for Uppy Core and the "official" plugins maintained by the Uppy team.
|
|
|
|
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
|
|
|
|
## Installation
|
|
|
|
> Unless you are creating a custom plugin, you should not need to install this manually.
|
|
|
|
```bash
|
|
$ npm install @uppy/utils
|
|
```
|
|
|
|
## License
|
|
|
|
[The MIT License](./LICENSE).
|