Skip to content

A state driven interactive javascript notebook/workspace application

Notifications You must be signed in to change notification settings

OakFrame/scraps-js

Repository files navigation

Run scraps.html in your browser.
Run simulacra.html in your browser.

scraps js expanded

Building Distributable

yarn package

Running in the Browser

Include the following CSS file in your page

<link rel="stylesheet" href="dist/scraps.css" type="text/css" />

Add Scraps to your page (creates a blank scrap)

<div class="scraps-js"></div>

Or, with some included JS:

<div class="scraps-js">project_name = 'Scraps-JS';
order = 1;</div>

Include the following JS file in your page, after any scraps

<script src="https://oakframe.org/dist/scraps.js"></script>

//TODO

License: MIT
With love, from Dallas

About

A state driven interactive javascript notebook/workspace application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published