0.6.8 • Published 8 months ago

playjs-core v0.6.8

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 months ago

Add a JavaScript Playground on your project.

PlayJS screenshot with a simple Hello World function

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.

GitHub stars GitHub issues GitHub license

0.6.7

8 months ago

0.6.6

8 months ago

0.6.8

8 months ago

0.6.5

8 months ago

0.6.3

1 year ago

0.6.4

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago