{"id":26285491,"url":"https://github.com/howion/pixasso","last_synced_at":"2025-08-24T13:42:18.061Z","repository":{"id":98758775,"uuid":"139359004","full_name":"howion/pixasso","owner":"howion","description":"Simple JavaScript library for browsers to pixelate images with customizations","archived":false,"fork":false,"pushed_at":"2019-11-06T16:41:50.000Z","size":342,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T10:51:27.494Z","etag":null,"topics":["image-processing","javascript","javascript-lib","jslib","pixasso","pixel-art","pixelart","pixelate"],"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/howion.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":"2018-07-01T20:14:30.000Z","updated_at":"2024-12-25T22:52:13.000Z","dependencies_parsed_at":"2023-05-14T14:15:53.948Z","dependency_job_id":null,"html_url":"https://github.com/howion/pixasso","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2Fpixasso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2Fpixasso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2Fpixasso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howion%2Fpixasso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howion","download_url":"https://codeload.github.com/howion/pixasso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252894338,"owners_count":21820962,"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":["image-processing","javascript","javascript-lib","jslib","pixasso","pixel-art","pixelart","pixelate"],"created_at":"2025-03-14T19:32:39.578Z","updated_at":"2025-05-07T14:27:16.392Z","avatar_url":"https://github.com/howion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pixasso\n\nJavascript library for browsers to generate pixel arts from images with custom pixel size, zoom and color pick mode.\n\n## Usage\n\nDownload and include [pixasso.min.js](https://github.com/howion/pixasso/blob/master/lib/pixasso.min.js)\n\n```html\n\u003cscript src=\"pixasso.min.js\"\u003e\u003c/script\u003e\n```\n\n```js\nvar img = document.createElement('img');\n// img.src = ''\n\nvar options = {\n  pixSize: 10, // pixSize \u003e 0\n  zoom: 10,    // zoom    \u003e 0\n  colorPickMode: pixasso.colorPickMode.JointColor // OR pixasso.colorPickMode.FirstColor\n};\n\npixasso.createPixelArt(img, options.pixSize, options.zoom, options.colorPickMode);\n//-\u003e \u003cimg\u003e\n```\n\n## Example\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/howion/box/master/pixasso/example.png\"\u003e\n\u003c/p\u003e\n\n## Related\n\n* [`howion/pixelmap-functions`](https://github.com/howion/pixelmap-functions)\n\n## License\n\n[**MIT**](https://github.com/howion/pixasso/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowion%2Fpixasso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowion%2Fpixasso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowion%2Fpixasso/lists"}