Create NFTs
Programmatically
The Drag and Drop Widget
Last updated

Last updated
// Drag and drop widget: src/compoents/widgets/DragAndDropUploader.tsx
export function DragAndDropUploader() {
// Use Finnie
// Dropzone
// Add NFT details
// helper tools
}
// Used in src/pages/home/index/tsx
<Box
/* Drag and drop uploader to Koi.rocks */
<DragAndDropUploader />
</Box>