UNPKG

snowfallreact

Version:

A React package for creating highly customizable snowfall effects. Perfect for adding a touch of winter magic to your web applications. Compatible with Next.js and ideal for enhancing the user interface with dynamic, seasonal visuals. Easy to integrate an

9 lines (6 loc) 204 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./snowfallreact.cjs.production.min.js') } else { module.exports = require('./snowfallreact.cjs.development.js') }