{"id":19387433,"url":"https://github.com/quentinroy/snow","last_synced_at":"2025-07-01T04:08:00.633Z","repository":{"id":66341640,"uuid":"317306399","full_name":"QuentinRoy/snow","owner":"QuentinRoy","description":"Simple snow animation","archived":false,"fork":false,"pushed_at":"2020-11-30T20:07:27.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T13:07:05.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuentinRoy.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-11-30T18:07:21.000Z","updated_at":"2020-11-30T20:07:30.000Z","dependencies_parsed_at":"2023-08-31T06:30:12.743Z","dependency_job_id":null,"html_url":"https://github.com/QuentinRoy/snow","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"06a6a450000be027af3b5f93b211b273d2f8bcdf"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/QuentinRoy/snow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fsnow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fsnow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fsnow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fsnow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuentinRoy","download_url":"https://codeload.github.com/QuentinRoy/snow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fsnow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262893643,"owners_count":23380711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T10:09:14.233Z","updated_at":"2025-07-01T04:08:00.594Z","avatar_url":"https://github.com/QuentinRoy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snow\n\nA small utility to simulate snow.\n\n## Usage\n\n```html\n\u003ccanvas id=\"snow-canvas\" /\u003e\n```\n\n```js\nlet canvas = document.querySelector(\"#snow-canvas\")\n\n// Optional argument. All options become mutable properties. Check sources\n// for more information.\nlet options = {\n  meanSize: 10,\n  sdSize: 2,\n  color: \"rgba(255,255,255,0.9)\",\n  meanSpeed: 150,\n  sdSpeed: 10,\n  flow: 0.01,\n  sdAngle: 5,\n  isFpsShown: false,\n}\n\n// Create and start the snow animation.\nlet snow = new Snow(canvas, options)\n\n// Stop the snow animation.\nsnow.stop()\n\n// Resume the snow animation.\nsnow.resume()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentinroy%2Fsnow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquentinroy%2Fsnow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentinroy%2Fsnow/lists"}