Skip to content

Webstudio basic no-code blocks including text, image, video, map, iframe

Notifications You must be signed in to change notification settings

webstudioso/wsm-basic

Repository files navigation

Webstudio Basic Module

This module adds basic blocks such as image, video, iframe, text to the Webstudio editor

Webstudio Module Basic

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-basic@latest

To import in the editor add the file and include it as a Plugin

import PluginBasic from "wsm-basic"

const editor = grapesjs.init({
    container: "#gjs",
    plugins: [
        PluginBasic
    ],
})

About

Webstudio basic no-code blocks including text, image, video, map, iframe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published