0.6.8 • Published 1 year ago
playjs-core v0.6.8
Add a JavaScript Playground on your project.
Installation
npm install react react-dom playjs-coreyarn add react react-dom playjs-corepnpm install react react-dom playjs-coreBasic 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.