Presivio

Installation

pnpm install presivio

You also may need:

  • react@experimental
  • react-dom@experimental

And turn on this NextJS feature on your next.config.js:

/** @type {import('next').NextConfig} */
const nextConfig = {
  experimental: {
    viewTransition: true,
  },
}
 
module.exports = nextConfig

Warning!