mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 01:40:29 +00:00
Available as `@uppy/utils/lib/Translator`. The Translator tests were using `Core()` instead of `Translator()`, so I changed it to using `Translator` instances directly. The functionality being tested did not change. Steps taken: ```bash git mv src/core/Translator.* packages/@uppy/utils/src sed -i 's/[./]*\/core\/Translator/@uppy\/utils\/lib\/Translator/' src/**/*.js vim packages/@uppy/utils/src/Translator.test.js # Fix tests ``` |
||
|---|---|---|
| .. | ||
| src | ||
| types | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@uppy/utils
Shared utility functions for Uppy Core and the "official" plugins maintained by the Uppy team.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
Installation
Unless you are creating a custom plugin, you should not need to install this manually.
$ npm install @uppy/utils --save