0.6.8 • Published 10 months ago

playjs-core v0.6.8

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
10 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

10 months ago

0.6.6

10 months ago

0.6.8

10 months ago

0.6.5

10 months ago

0.6.3

1 year ago

0.6.4

1 year ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago