UNPKG

react-snowfall

Version:

A react component that creates a snowfall effect

12 lines 301 B
export const snowfallBaseStyle = { pointerEvents: 'none', backgroundColor: 'transparent', position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', }; // Target of 60 frames per second export const targetFrameTime = 1000 / 60; //# sourceMappingURL=config.js.map