meiosis-yoyo

0.1.0 • Public • Published

Meiosis-YoYo

Meiosis-YoYo is a Meiosis renderer for yo-yo.

You can install it with npm:

npm i --save meiosis-yoyo

Then use it along with Meiosis:

import { createComponent, run } from "meiosis";
import { renderer } from "meiosis-yoyo";
 
const Main = createComponent({...});
run({ renderer: renderer().intoId(document, "app"), rootComponent: Main });

You can also download the JavaScript file from the Meiosis builds and add it to your page with a plain <script> tag. In that case it will be available as the meiosisYoyo global variable.

--

Meiosis is developed by shatteredaesthetic (@digitalsthtcs) and is released under the MIT license.

Package Sidebar

Install

npm i meiosis-yoyo

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • shatteredaesthetic