Helper library to set up the Meiosis pattern for you. Please make sure to first read the documentation on the Meiosis pattern.
Using npm
:
npm i meiosis-setup
Then you can import it and use it with this code:
import { meiosisSetup } from 'meiosis-setup';
const cells = meiosisSetup();
With a script tag:
<script src="https://unpkg.com/meiosis-setup/meiosis-setup.js"></script>
Or load the minimized version:
<script src="https://unpkg.com/meiosis-setup/meiosis-setup.min.js"></script>
Then use the Meiosis
global variable:
const cells = Meiosis.setup();
Please refer to the meiosis-setup
Documentation.
Many thanks to the following people for your contributions, feedback, and suggestions. They are much appreciated!
meiosis-setup is developed by foxdonut (@foxdonut00) and is released under the MIT license.
Generated using TypeDoc