uppy/packages/@uppy/zoom
Renée Kooi 35ca9a84f8
Release
2020-08-13 10:51:47 +02:00
..
src companion,zoom: add implementation for Zoom plugin and Zoom Provider (#2342) 2020-07-30 11:01:21 +01:00
types companion,zoom: add implementation for Zoom plugin and Zoom Provider (#2342) 2020-07-30 11:01:21 +01:00
LICENSE companion,zoom: add implementation for Zoom plugin and Zoom Provider (#2342) 2020-07-30 11:01:21 +01:00
package.json Release 2020-08-13 10:51:47 +02:00
README.md companion,zoom: add implementation for Zoom plugin and Zoom Provider (#2342) 2020-07-30 11:01:21 +01:00

@uppy/zoom

Uppy logo: a superman puppy in a pink suit

Build Status

A description of this plugin or module goes here.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

const Uppy = require('@uppy/core')
const Zoom = require('@uppy/zoom')

const uppy = Uppy()
uppy.use(Zoom, {
  // Options
})

Installation

$ npm install @uppy/zoom --save

We recommend installing from npm and then using a module bundler such as Webpack, Browserify or Rollup.js.

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit's CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.