Generates an image file.
import { generateImage } from 'filepond/dev';
const myImageFile = await generateImage({
width: 1024,
height: 768,
});
Generates an image file.
import { generateImage } from 'filepond/dev';
const myImageFile = await generateImage({
width: 1024,
height: 768,
});