fela-tools
A set of useful tools to work with Fela.
Installation
npm i --save fela-tools
Assuming you are using npm as your package manager you can just npm install
.
Otherwise we also provide a UMD. You can easily use it via unpkg. It registers a FelaTools
global.
<script src="https://unpkg.com/fela-tools@4.2.5/dist/fela-tools.js"></script>
<script src="https://unpkg.com/fela-tools@4.2.5/dist/fela-tools.min.js"></script>
Usage
The provided API is provided by the fela-tools
package by default e.g.
import { StyleSheet } from 'fela-tools'
In addition to that, we also support per module imports to only import a specific tool (which, without tree shaking, saves bundle size)
import StyleSheet from 'fela-tools/StyleSheet'
API Reference
License
Fela is licensed under the MIT License.
Documentation is licensed under Creative Common License.
Created with ♥ by @rofrischmann and all the great contributors.