{"id":17967510,"url":"https://github.com/yunyoujun/pixi-painter","last_synced_at":"2026-03-06T16:30:54.507Z","repository":{"id":217716031,"uuid":"731962099","full_name":"YunYouJun/pixi-painter","owner":"YunYouJun","description":"🎨 Painter canvas based on PixiJS.","archived":false,"fork":false,"pushed_at":"2024-02-20T12:37:20.000Z","size":1316,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T15:49:08.107Z","etag":null,"topics":["canvas","painter","pixijs"],"latest_commit_sha":null,"homepage":"https://pixi-painter.pages.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YunYouJun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["YunYouJun"]}},"created_at":"2023-12-15T09:48:05.000Z","updated_at":"2024-10-15T12:30:28.000Z","dependencies_parsed_at":"2024-01-18T01:56:09.237Z","dependency_job_id":"5335bdae-e6ff-4462-a26f-8ef47a2958b1","html_url":"https://github.com/YunYouJun/pixi-painter","commit_stats":{"total_commits":84,"total_committers":1,"mean_commits":84.0,"dds":0.0,"last_synced_commit":"6d804ab0c92b240623e7628670449f0277c67dd1"},"previous_names":["yunyoujun/pixi-painter"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fpixi-painter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fpixi-painter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fpixi-painter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fpixi-painter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YunYouJun","download_url":"https://codeload.github.com/YunYouJun/pixi-painter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245426249,"owners_count":20613316,"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":["canvas","painter","pixijs"],"created_at":"2024-10-29T14:09:02.394Z","updated_at":"2026-03-06T16:30:54.474Z","avatar_url":"https://github.com/YunYouJun.png","language":"TypeScript","funding_links":["https://github.com/sponsors/YunYouJun"],"categories":[],"sub_categories":[],"readme":"# pixi-painter\n\n[![NPM](https://img.shields.io/npm/v/pixi-painter.svg?style=flat-square)](https://www.npmjs.com/package/pixi-painter)\n\n🎨 Painter canvas based on PixiJS.\n\nA library for building drawing scene.\n\n- Demo: \u003chttps://pixi-painter.pages.dev/\u003e\n\n## Usage\n\n```bash\npnpm add pixi-painter\n```\n\n### TypeScript\n\n```ts\nimport { createPainter } from 'pixi-painter'\n\nasync function main() {\n  const painter = await createPainter({\n    container: document.getElementById('app'),\n    width: 800,\n    height: 600,\n  })\n  await painter.init()\n}\n\nmain()\n```\n\n## Development\n\n```bash\npnpm i\npnpm dev\n```\n\n## License\n\nMPL-2.0 ❤ [YunYouJun](https://github.com/YunYouJun)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunyoujun%2Fpixi-painter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunyoujun%2Fpixi-painter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunyoujun%2Fpixi-painter/lists"}