{"id":18675350,"url":"https://github.com/lizainslie/canvo","last_synced_at":"2025-11-07T05:30:39.342Z","repository":{"id":57193867,"uuid":"166455093","full_name":"LizAinslie/Canvo","owner":"LizAinslie","description":"An easy to implement, well-featured image editor that uses HTML5 Canvas.","archived":false,"fork":false,"pushed_at":"2019-01-28T09:29:22.000Z","size":642,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T23:45:36.850Z","etag":null,"topics":["image-editing","image-editor","image-processing"],"latest_commit_sha":null,"homepage":"https://railrunner16.me/Canvo/","language":"TypeScript","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/LizAinslie.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}},"created_at":"2019-01-18T18:33:15.000Z","updated_at":"2022-06-02T18:41:57.000Z","dependencies_parsed_at":"2022-09-01T23:40:14.080Z","dependency_job_id":null,"html_url":"https://github.com/LizAinslie/Canvo","commit_stats":null,"previous_names":["railrunner166/canvo"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FCanvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FCanvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FCanvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FCanvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LizAinslie","download_url":"https://codeload.github.com/LizAinslie/Canvo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239520176,"owners_count":19652641,"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-editing","image-editor","image-processing"],"created_at":"2024-11-07T09:24:35.587Z","updated_at":"2025-11-07T05:30:39.301Z","avatar_url":"https://github.com/LizAinslie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Canvo\nAn easy to implement, well-featured image editor that uses HTML5 Canvas.\n\n## Installation\n### Browser\nJust download `canvo.browser.js` from the `dist/` directory in this repo and include the following in the bottom of your `\u003cbody\u003e` before any other scripts:\n```html\n\u003cscript type='text/javscript' src='/path/to/canvo.browser.js'\u003e\u003c/script\u003e\n```\n\n### Bower\nRun this in your projects main directory:\n```sh\nbower install canvo\n```\n\nThen include it like this:\n```html\n\u003cscript type='text/javascript' src='/path/to/bower_components/canvo/dist/canvo.browser.js'\u003e\u003c/script\u003e\n```\n\n### Node\nUse your choice of package manager to install `canvo`, and import it using one of these two methods:\n\n**CommonJS (e.g. `require()`):**\n```js\nconst Editor = require('canvo');\n\n// Use it below (you should know this)...\n```\n**ESModules (e.g. [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.com)):**\n```js\nimport Editor from 'canvo';\n\n// Use it below (you should know this)...\n```\nYou should know this stuff anyway, I just try to make my READMEs idiot-proof.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizainslie%2Fcanvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizainslie%2Fcanvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizainslie%2Fcanvo/lists"}