{"id":13547712,"url":"https://github.com/PixxxeL/js-fireworks","last_synced_at":"2025-04-02T20:30:38.612Z","repository":{"id":22878879,"uuid":"26226885","full_name":"PixxxeL/js-fireworks","owner":"PixxxeL","description":"Fireworks on pure 2D canvas without any dependencies","archived":false,"fork":false,"pushed_at":"2025-01-18T06:07:39.000Z","size":20,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-18T07:18:08.538Z","etag":null,"topics":["animation","canvas","gamedev","js"],"latest_commit_sha":null,"homepage":"https://fireworks.pixel-tyumen.ru/","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/PixxxeL.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-05T15:52:59.000Z","updated_at":"2025-01-18T06:07:41.000Z","dependencies_parsed_at":"2024-11-03T16:31:16.099Z","dependency_job_id":null,"html_url":"https://github.com/PixxxeL/js-fireworks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixxxeL%2Fjs-fireworks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixxxeL%2Fjs-fireworks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixxxeL%2Fjs-fireworks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PixxxeL%2Fjs-fireworks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PixxxeL","download_url":"https://codeload.github.com/PixxxeL/js-fireworks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246887791,"owners_count":20850141,"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":["animation","canvas","gamedev","js"],"created_at":"2024-08-01T12:00:59.973Z","updated_at":"2025-04-02T20:30:38.603Z","avatar_url":"https://github.com/PixxxeL.png","language":"JavaScript","funding_links":[],"categories":["🚀 A series of exquisite and compact web page cool effects"],"sub_categories":["Fireworks"],"readme":"Javascript Fireworks\n====================\n\nUsage on your HTML page:\n\n```html\n\u003ccanvas width=\"640\" height=\"480\" id=\"fireworks-canvas\" style=\"background:#000;\"\u003e\u003c/canvas\u003e\n\u003cscript src=\"js/fireworks.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\nwindow.onload = function () {\n    var firework = JS_FIREWORKS.Fireworks({\n        id : 'fireworks-canvas',\n        hue : 120,\n        particleCount : 50,\n        delay : 0,\n        minDelay : 20,\n        maxDelay : 40,\n        boundaries : { // of respawn and target\n            top: 50,\n            bottom: 240,\n            left: 50,\n            right: 590\n        },\n        fireworkSpeed : 2,\n        fireworkAcceleration : 1.05,\n        particleFriction : .95,\n        particleGravity : 1.5\n    });\n    firework.start();\n};\n\u003c/script\u003e\n```\n\nExample: http://www.pixel-tyumen.ru/works/js-firework/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPixxxeL%2Fjs-fireworks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPixxxeL%2Fjs-fireworks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPixxxeL%2Fjs-fireworks/lists"}