@getmate/playground
v0.7.0
Published
<p align="center"> <img src="https://raw.githubusercontent.com/getmatedev/mate/main/mate-logo.png" alt="Mate logo" width="150" /> </p>
Readme
@getmate/playground
Embeddable Mate playground with Monaco editor integration.
Installation
bun add @getmate/playgroundUsage
import { createPlayground } from '@getmate/playground';
await createPlayground('playground');The argument is the id of an existing DOM container.
