fela-perf

Fela enhancer to log performance information

Usage no npm install needed!

<script type="module">
  import felaPerf from 'https://cdn.skypack.dev/fela-perf';
</script>

README

fela-perf

npm version npm downloads Bundlephobia

Performance devTool to be used with Fela. It logs elapsed time during render cycles.

Installation

yarn add fela-perf

You may alternatively use npm i --save fela-perf.

Usage

import { createRenderer } from 'fela'
import perf from 'fela-perf'

const renderer = createRenderer({
  enhancers: [ perf() ]
})

Example

License

Fela is licensed under the MIT License.
Documentation is licensed under Creative Commons License.
Created with ♥ by @robinweser and all the great contributors.