12.0.3 • Published 4 years ago

@fela-next/fela-perf v12.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

fela-perf

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-next/fela'
import perf from '@fela-next/fela-perf'

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

Example

License

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