Back to Uppy

@uppy/image-generator

packages/@uppy/image-generator/README.md

0.25.61.6 KB
Original Source

@uppy/image-generator

Read the docs | Try it

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

Example

js
import Uppy from '@uppy/core'
import ImageGenerator from '@uppy/image-generator'

const uppy = new Uppy()
  .use(ImageGenerator, {
    assemblyOptions: async (prompt) => {
      const res = await fetch(`/assembly-options?prompt=${encodeURIComponent(prompt)}`)
      return res.json()
    }
  })

Installation

bash
$ npm install @uppy/image-generator

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.