0.0.2 • Published 3 years ago
wsm-asset-manager v0.0.2
Webstudio Asset Manager
This module enable the upload of file based assets (images, multimedia, etc) to IPFS Webstudio
Testing and Building Module
npm i
npm run test
npm run buildPublish to NPMJS
npm publishImporting Dependency in Webstudio
Add it to the project, this is compatible with grapesjs as well.
npm i --save wsm-asset-manager@latestTo import in the editor add the file and include it as a Plugin
import { AssetManager as assetManager } from "wsm-asset-manager";
const editor = grapesjs.init({
container: "#gjs",
assetManager
})