JSPM

@luminfire/uppy-plugin-brilliant-storage

1.5.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q49158F
  • License MIT

Allows Uppy to use BrilliantStorage as a destination.

Package Exports

  • @luminfire/uppy-plugin-brilliant-storage

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@luminfire/uppy-plugin-brilliant-storage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Uppy BrilliantStorage

Uppy logo: a superman puppy in a pink suit

BrilliantStorage is an Uppy file uploader plugin, that allows BrilliantStorage to add a unique prefix onto the files being uploaded.

⚠️ This is not an official Uppy plugin, so no support is offered for it. Please use at your own risk.

Installation

$ npm install @luminfire/uppy-plugin-brilliant-storage --save

Usage

const Uppy = require('@uppy/core');
const BrilliantStorage = require('@luminfire/uppy-plugin-brilliant-storage');

const uppy = Uppy();
uppy.use(BrilliantStorage);

Development

Publish a New Release

  1. Commit all changes, including changelog entry
  2. Run npm version major | minor | patch --no-git-tag-version
  3. Merge to master
  4. Tag with semantic versioning
  5. Ensure the public repo has the up-to-date code
  6. Run npm publish