paperclip-repl

18.3.9 • Public • Published
import React from "react";
import {PaperclipREPL} from "paperclip-repl";

const FILES = {
  "entry.pc": `
    Hello World
  `
};

const onContentChange = (fileName: string, content: string) => {
  // do something
};

<PaperclipREPL 
  files={FILES} 
  main="entry.pc" 
  onContentChange={onContentChange}
/>

Readme

Keywords

none

Package Sidebar

Install

npm i paperclip-repl

Weekly Downloads

2

Version

18.3.9

License

ISC

Unpacked Size

43.9 MB

Total Files

428

Last publish

Collaborators

  • crcn