{"id":20432094,"url":"https://github.com/sroettering/stickerize","last_synced_at":"2026-02-23T16:31:14.546Z","repository":{"id":57370887,"uuid":"189886796","full_name":"sroettering/stickerize","owner":"sroettering","description":"A web component for converting images into stickers","archived":false,"fork":false,"pushed_at":"2024-03-16T04:15:00.000Z","size":54,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T03:35:34.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sroettering.github.io/stickerize/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sroettering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-06-02T19:31:38.000Z","updated_at":"2022-12-07T07:41:43.000Z","dependencies_parsed_at":"2024-11-15T08:13:55.706Z","dependency_job_id":"bc85361b-1205-4d6b-88fb-6b3e02a319be","html_url":"https://github.com/sroettering/stickerize","commit_stats":null,"previous_names":["sroettering/sticker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sroettering/stickerize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sroettering%2Fstickerize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sroettering%2Fstickerize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sroettering%2Fstickerize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sroettering%2Fstickerize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sroettering","download_url":"https://codeload.github.com/sroettering/stickerize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sroettering%2Fstickerize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29748178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-15T08:13:52.999Z","updated_at":"2026-02-23T16:31:14.528Z","avatar_url":"https://github.com/sroettering.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/stickerize.svg?style=popout)](https://www.npmjs.com/package/stickerize)\n[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/stickerize)\n![npm bundle size](https://img.shields.io/bundlephobia/minzip/stickerize.svg?style=popout)\n\n# \u003csro-sticker\u003e\n\nStickerize your images with a simple web component!\n\n[Demo](https://sroettering.github.io/stickerize/)\n\n## Installation\n```\nnpm -i -S sticker\n```\n\n## Loading\n```html\n\u003c!-- From CDN --\u003e\n\u003cscript async type=\"module\" src=\"https://unpkg.com/sticker/sticker.js\"\u003e\u003c/script\u003e\n\n\u003c!-- From local installation --\u003e\n\u003cscript async type=\"module\" src=\"/node_modules/sticker/sticker.js\"\u003e\u003c/script\u003e\n\n\u003c!-- In a module --\u003e\n\u003cscript type=\"module\"\u003e\n    import \"sticker\";\n\u003c/script\u003e\n```\n\n## Usage\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n    \u003ctemplate\u003e\n        \u003clink rel=\"import\" href=\"stickerize.html\"\u003e\n    \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003c!-- with SVG --\u003e\n\u003csro-sticker\u003e\n    \u003csvg width=\"400\" height=\"110\"\u003e\n        \u003crect width=\"300\" height=\"100\" style=\"fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)\" /\u003e\n    \u003c/svg\u003e\n\u003c/sro-sticker\u003e\n\n\u003c!-- with img --\u003e\n\u003csro-sticker\u003e\n    \u003cimg src=\"/my-image.png\"\u003e\n\u003c/sro-sticker\u003e\n```\n\n## Notes\nBasically your images receive two drop shadows (white border and blurred shadow) by applying a css filter.\nThis implies that your browser must support css filters.\n\nThis web component is compatible with the `@webcomponents/webcomponentsjs` polyfill.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsroettering%2Fstickerize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsroettering%2Fstickerize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsroettering%2Fstickerize/lists"}