{"id":32264357,"url":"https://github.com/denisahac/dynamic-images","last_synced_at":"2026-02-21T02:01:51.621Z","repository":{"id":58244587,"uuid":"152121403","full_name":"denisahac/dynamic-images","owner":"denisahac","description":"Javascript dynamic \u003cimg\u003e source generator using HTML5 Canvas API.","archived":false,"fork":false,"pushed_at":"2018-11-22T18:00:00.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-24T03:58:47.058Z","etag":null,"topics":["es6","javascript","javascript-library","javascript-plugin","javascript-tools","javascript-utility"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denisahac.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":"2018-10-08T17:44:48.000Z","updated_at":"2018-11-22T18:00:02.000Z","dependencies_parsed_at":"2022-08-31T00:31:35.474Z","dependency_job_id":null,"html_url":"https://github.com/denisahac/dynamic-images","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/denisahac/dynamic-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisahac%2Fdynamic-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisahac%2Fdynamic-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisahac%2Fdynamic-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisahac%2Fdynamic-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denisahac","download_url":"https://codeload.github.com/denisahac/dynamic-images/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisahac%2Fdynamic-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29671513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["es6","javascript","javascript-library","javascript-plugin","javascript-tools","javascript-utility"],"created_at":"2025-10-22T21:01:47.568Z","updated_at":"2026-02-21T02:01:51.616Z","avatar_url":"https://github.com/denisahac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Source Generator\n\nA Javascript utility for generating an `\u003cimg\u003e` source . It uses the HTML5 Canvas API to generate the image BLOB.\n\n## Screenshot\n\n![Dynamic Images](screenshot.png)\n\n## Installation\n\nUsing **bower**\n\n```bash\nbower install --save-dev dynamic-images\n```\n\n## Usage\n\n```html\n\u003cimg src=\"\" data-dynamic/\u003e\n\u003cimg src=\"\" data-dynamic data-width=\"500\"/\u003e\n\u003cimg src=\"\" data-dynamic data-height=\"200\"/\u003e\n\u003cimg src=\"\" data-dynamic data-background=\"yellow\"/\u003e \n\u003cimg src=\"\" data-dynamic data-widt=\"500\" data-height=\"200\" data-background=\"yellow\"/\u003e\n```\n\n```html\n\u003cscript src=\"bower_components/dynamic-images/dist/dynamic-images.min.js\"\u003e\u003c/script\u003e\n```\n\n```html\n\u003cscript\u003e\n\tnew DynamicImages({\n\t\twidth: 200,\n\t\theight: 200\n\t});\n\u003c/script\u003e\n```\n\n## Options\n\nWhen not specified the default value is used.\n\n* `width` defaults to `150px`\n* `height` defaults to `150px`\n* `background` defaults to `#ccc`\n\n## License \n\n[GNU](https://www.gnu.org/licenses/gpl-3.0.en.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisahac%2Fdynamic-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenisahac%2Fdynamic-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisahac%2Fdynamic-images/lists"}