playjs-core
v0.6.8
Published
Add a JavaScript Playground on your project.
Downloads
206
Maintainers
Readme
Add a JavaScript Playground on your project.
Installation
npm install react react-dom playjs-core
yarn add react react-dom playjs-core
pnpm install react react-dom playjs-core
Basic usage
import { PlayJS } from 'playjs-core';
<PlayJS />
TypeScript support
<PlayJS language="typescript" />
Preload code
<PlayJS code="console.log('Hello, world!')" />
Themes
<PlayJS theme="dark" />
<PlayJS theme="light" />
Contributing
If you think PlayJS is a cool project and you would like to do your bit, check out How to Contribute for more information.