# @studiocms/wysiwyg

> Add A WYSIWYG Editor to your StudioCMS project with ease!

Latest version **0.4.0** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @studiocms/wysiwyg
pnpm add @studiocms/wysiwyg
yarn add @studiocms/wysiwyg
bun add @studiocms/wysiwyg
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.4.0 |
| Published | 2026-09-24 |
| First published | 2025-03-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 3 |
| Unpacked size | 201.7 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 832 |
| Author | withstudiocms |
| Maintainers | adammatthiesen, dreyfus92, code.spirit |
| Keywords | astro, astrocms, astrodb, astrostudio, astro-studio, astro-studiocms, cms, studiocms, plugin, studiocms-plugin |

## Links

- npm: https://www.npmjs.com/package/@studiocms/wysiwyg
- Repository: https://github.com/withstudiocms/studiocms
- Homepage: https://studiocms.dev
- Issues: https://github.com/withstudiocms/studiocms/issues
- npm.io page: https://npm.io/package/@studiocms/wysiwyg

## Dependencies (3)

- [grapesjs](https://npm.io/package/grapesjs.md) ^0.23.5
- [deepmerge-ts](https://npm.io/package/deepmerge-ts.md) ^8.0.1
- [tui-image-editor](https://npm.io/package/tui-image-editor.md) ^3.15.3

## Recent versions

- 0.4.0 (latest) — 2026-09-24
- 0.1.0-beta.31 (beta) — 2025-12-17
- 0.3.0 — 2026-03-10
- 0.2.0 — 2026-01-27
- 0.1.1 — 2026-01-16
- 0.1.0 — 2026-01-15
- 0.1.0-beta.30 — 2025-11-11
- 0.1.0-beta.29 — 2025-11-09
- 0.1.0-beta.28 — 2025-10-29
- 0.1.0-beta.27 — 2025-09-27
- 0.1.0-beta.26 — 2025-09-05
- 0.1.0-beta.25 — 2025-08-25
- 0.1.0-beta.24 — 2025-08-11
- 0.1.0-experimental.5 — 2025-05-11
- 0.1.0-experimental.4 — 2025-04-20
- … 3 more at https://npm.io/package/@studiocms/wysiwyg/versions

## README

# @studiocms/wysiwyg

[![codecov](https://codecov.io/github/withstudiocms/studiocms/graph/badge.svg?token=RN8LT1O5E2&component=studiocms_wysiwyg)](https://codecov.io/github/withstudiocms/studiocms)

Add a WYSIWYG editor to your StudioCMS dashboard.

## Overview

Add this plugin to your StudioCMS config (`studiocms.config.mjs` or `.mts`):

```ts
import wysiwyg from '@studiocms/wysiwyg';

export default defineStudioCMSConfig({
    // other options here
    plugins: [wysiwyg()]
});
```

## License

[MIT Licensed](./LICENSE).

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