Skip to content

Latest commit

 

History

History

fela-perf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.