Skip to content

webstudioso/wsm-asset-manager

Repository files navigation

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

About

Webstudio module for handling file uploads to IPFS from the drag and drop editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published