# wsm-basic

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

Latest version **0.0.1** (published 2023-04-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install wsm-basic
pnpm add wsm-basic
yarn add wsm-basic
bun add wsm-basic
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2023-04-05 |
| First published | 2023-04-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 31.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Webstudio |
| Maintainers | gianksp |

## Links

- npm: https://www.npmjs.com/package/wsm-basic
- Repository: https://github.com/webstudioso/wsm-basic
- Homepage: https://github.com/webstudioso/wsm-basic#readme
- Issues: https://github.com/webstudioso/wsm-basic/issues
- npm.io page: https://npm.io/package/wsm-basic

## Recent versions

- 0.0.1 (latest) — 2023-04-05

## README

# Webstudio Basic Module

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

 ![Webstudio Module Basic](https://github.com/webstudioso/wsm-basic/actions/workflows/production.yml/badge.svg)

### 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.
```shell
npm i --save wsm-basic@latest
```
To import in the editor add the file and include it as a Plugin
```js
import PluginBasic from "wsm-basic"

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

---
_Source: https://npm.io/package/wsm-basic · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
