Skip to content

Commit

Permalink
doc: update bundler recommendation (#3763)
Browse files Browse the repository at this point in the history
With the switch to ESM, Browserify will no longer work with Uppy.
Instead, let's recommend bundlers that we actually test with.
  • Loading branch information
aduh95 authored May 23, 2022
1 parent b345763 commit 6f9813d
Show file tree
Hide file tree
Showing 38 changed files with 3 additions and 79 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ const uppy = new Uppy({ autoProceed: false })
$ npm install @uppy/core @uppy/dashboard @uppy/tus
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.10.0/uppy.min.css), either to your HTML page’s `<head>` or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack.
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.10.0/uppy.min.css), either to your HTML page’s `<head>` or include in JS, if your bundler of choice supports it.

Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object.

Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/angular/projects/uppy/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
$ npm install @uppy/angular --save
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ uppy.use(Audio)
$ npm install @uppy/audio
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/aws-s3-multipart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ uppy.use(AwsS3Multipart, {
$ npm install @uppy/aws-s3-multipart
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(AwsS3, {
$ npm install @uppy/aws-s3
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Box, {
$ npm install @uppy/box
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ uppy.use(SomePlugin)
$ npm install @uppy/core
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ uppy.use(Dashboard, {
$ npm install @uppy/dashboard
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/drag-drop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(DragDrop, {
$ npm install @uppy/drag-drop
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/dropbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Dropbox, {
$ npm install @uppy/dropbox
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/facebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Facebook, {
$ npm install @uppy/facebook
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/file-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(FileInput, {
$ npm install @uppy/file-input
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ uppy.use(Form, {
$ npm install @uppy/form
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/golden-retriever/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ uppy.use(GoldenRetriever, {
$ npm install @uppy/golden-retriever
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/google-drive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(GoogleDrive, {
$ npm install @uppy/google-drive
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/image-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ uppy.use(ImageEditor, {
$ npm install @uppy/image-editor
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/informer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ uppy.use(Informer, {
$ npm install @uppy/informer
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/instagram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ uppy.use(Instagram, {
$ npm install @uppy/instagram
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/onedrive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(OneDrive, {
$ npm install @uppy/onedrive
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/progress-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ uppy.use(ProgressBar, {
$ npm install @uppy/progress-bar
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class Example extends React.Component {
$ npm install @uppy/react
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/redux-dev-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ uppy.use(ReduxDevTools)
$ npm install @uppy/redux-dev-tools
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/robodog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Robodog is an Uppy-based library that pulls your files through Transloadit for a
$ npm install @uppy/robodog
```

We recommend installing from npm and then using a module bundler such as [Webpack](http://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly.

```html
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/screen-capture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ uppy.use(ScreenCapture)
$ npm install @uppy/screen-capture
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/status-bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ uppy.use(StatusBar, {
$ npm install @uppy/status-bar
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/store-default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const uppy = new Uppy({
$ npm install @uppy/store-default
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

Alternatively, you can also use this package 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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/store-redux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ const uppy = new Uppy({ store })
$ npm install @uppy/store-redux
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/thumbnail-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ uppy.use(ThumbnailGenerator, {
$ npm install @uppy/thumbnail-generator
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

<!-- Undocumented currently
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/transloadit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Transloadit, {
$ npm install @uppy/transloadit
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/tus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Tus, {
$ npm install @uppy/tus
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/unsplash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Unsplash, {
$ npm install @uppy/unsplash --save
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Url, {
$ npm install @uppy/url
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export default {
$ npm install @uppy/vue
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/webcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Webcam, {
$ npm install @uppy/webcam
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/xhr-upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ uppy.use(Uppy, {
$ npm install @uppy/xhr-upload
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions packages/@uppy/zoom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ uppy.use(Zoom, {
$ npm install @uppy/zoom
```

We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

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](https://uppy.io/docs/#Installation) for instructions.

## Documentation
Expand Down
Loading

0 comments on commit 6f9813d

Please sign in to comment.