toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
162 stars 44 forks source link

Convert preview-frame.js to TypeScript #21

Closed toolness closed 8 years ago

toolness commented 8 years ago

Since it's part of the widget, its logic isn't particularly trivial, and it shares interfaces that its parent frame calls into, it'd be nice if this were TypeScript too.

Since this means tying the code into webpack, it will also allow us to use PostCSS on the frame's CSS, so we won't need to manually vendor-prefix anything anymore.