fela-perf

12.2.1 • Public • Published

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.

Package Sidebar

Install

npm i fela-perf

Weekly Downloads

57

Version

12.2.1

License

MIT

Unpacked Size

6.59 kB

Total Files

6

Last publish

Collaborators

  • rofrischmann
  • txhawks