{"id":38634379,"url":"https://github.com/hawkgs/snow","last_synced_at":"2026-01-17T09:02:22.262Z","repository":{"id":214390916,"uuid":"735879594","full_name":"hawkgs/snow","owner":"hawkgs","description":"❄️ A simple JS script for simulating 2D snow using the Canvas API.","archived":false,"fork":false,"pushed_at":"2024-03-02T09:10:39.000Z","size":2914,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T10:02:14.161Z","etag":null,"topics":["canvas-api","canvas2d","simulation","snow","snowflake"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hawkgs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-26T10:43:39.000Z","updated_at":"2023-12-28T13:53:34.000Z","dependencies_parsed_at":"2023-12-30T14:27:35.408Z","dependency_job_id":"94eb7ce2-f77a-4957-bf46-7f6230771027","html_url":"https://github.com/hawkgs/snow","commit_stats":null,"previous_names":["hawkgs/snow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hawkgs/snow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkgs%2Fsnow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkgs%2Fsnow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkgs%2Fsnow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkgs%2Fsnow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hawkgs","download_url":"https://codeload.github.com/hawkgs/snow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkgs%2Fsnow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["canvas-api","canvas2d","simulation","snow","snowflake"],"created_at":"2026-01-17T09:02:21.872Z","updated_at":"2026-01-17T09:02:22.195Z","avatar_url":"https://github.com/hawkgs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# snow ❄️\n\nA simple JS script for simulating 2D snow using the Canvas API.\n\n![Demo](assets/demo.gif)\n\n**[Demo Page](https://hawkgs-snow.netlify.app)**\n\n## Usage\n\nSimply add the script to your HTML:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/gh/hawkgs/snow@main/scripts/snow.min.js\"\u003e\u003c/script\u003e\n```\n\nThen you can use the global `Snow` object in your code:\n\n```javascript\nSnow.attachToElement(el, {\n  width: el.clientWidth,\n  height: el.clientHeight,\n});\n```\n\nFor more configuration options check [snow.js](scripts/snow.js) config.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkgs%2Fsnow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhawkgs%2Fsnow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkgs%2Fsnow/lists"}