0.0.2 • Published 1 year ago

wsm-asset-manager v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Webstudio Asset Manager

This module enable the upload of file based assets (images, multimedia, etc) to IPFS Webstudio

Webstudio Asset Manager

Testing and Building Module

npm i
npm run test
npm run build

Publish to NPMJS

npm publish

Importing Dependency in Webstudio

Add it to the project, this is compatible with grapesjs as well.

npm i --save wsm-asset-manager@latest

To 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
})
0.0.2

1 year ago

0.0.1

1 year ago