falling-snowflakes-2
v1.2.4
Published
My React Library
Readme
React + TypeScript + Vite
Hello! This is my first NPM library.
Usage
Import:
import { SowflakesBlock } from "falling-snowflakes-2";Settings object:
const snowflakeOptions = {
snowflakesCount: 50,
snowflakeSize: 50,
branchesCount: 6,
rotationSpeed: 0.7,
fallingSpeed: 2.7,
};Component display:
<SowflakesBlock snowflakeOptions={snowflakeOptions}