fps-meter for storybook
npm install storybook-fps-meter




š§ This addon is experimental and a work in progress. We are not on stable versions yet š§
> A simple fps meter to detect fps losses
shell
npm i storybook-fps-meter
`
Add it to your storybook configuration:
`js
// .storybook/main.js
module.exports = {
addons: ["storybook-fps-meter"],
};
``