{"id":22713410,"url":"https://github.com/binsarjr/svelte-qrcode-action","last_synced_at":"2025-04-13T17:35:46.696Z","repository":{"id":183089681,"uuid":"669592929","full_name":"binsarjr/svelte-qrcode-action","owner":"binsarjr","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-04T15:28:07.000Z","size":41,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T08:22:14.671Z","etag":null,"topics":["hacktoberfest","qr","qrcode","svelte","svelte-qrcode"],"latest_commit_sha":null,"homepage":"https://svelte-qrcode-action.vercel.app","language":"JavaScript","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/binsarjr.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}},"created_at":"2023-07-22T19:31:13.000Z","updated_at":"2023-12-10T05:57:24.000Z","dependencies_parsed_at":"2023-07-22T19:48:47.090Z","dependency_job_id":"a7c1f4fa-5576-4685-bc69-35c7ccc8ab25","html_url":"https://github.com/binsarjr/svelte-qrcode-action","commit_stats":null,"previous_names":["binsarjr/svelte-qrcode-action"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binsarjr%2Fsvelte-qrcode-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binsarjr%2Fsvelte-qrcode-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binsarjr%2Fsvelte-qrcode-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binsarjr%2Fsvelte-qrcode-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binsarjr","download_url":"https://codeload.github.com/binsarjr/svelte-qrcode-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248753001,"owners_count":21156198,"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":["hacktoberfest","qr","qrcode","svelte","svelte-qrcode"],"created_at":"2024-12-10T14:09:12.292Z","updated_at":"2025-04-13T17:35:46.661Z","avatar_url":"https://github.com/binsarjr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svelte-qrcode-action\n\nI have just converted https://github.com/kozakdenys/qr-code-styling to a Svelte action and added support for reactivity.\n\nYou can find the options API documentation for [kozakdenys/qr-code-styling](https://github.com/kozakdenys/qr-code-styling#api-documentation)here\n\n# Example\n\nSimple\n\n```svelte\n\u003cscript\u003e\n\timport { qrcode } from 'svelte-qrcode-action';\n\u003c/script\u003e\n\n\u003cdiv use:qrcode={{ data: 'this content of qrcode' }} /\u003e\n```\n\nWith reactive\n\n```svelte\n\u003cscript\u003e\n\timport { qrcode } from 'svelte-qrcode-action';\n\timport { onMount } from 'svelte';\n\n\tlet options = {\n\t\tdata: 'qr content'\n\t};\n\tonMount(() =\u003e {\n\t\tsetTimeout(() =\u003e {\n\t\t\toptions.dotsOptions = {\n\t\t\t\tcolor: '#4267b2',\n\t\t\t\ttype: 'rounded'\n\t\t\t};\n\t\t}, 2_000);\n\t});\n\u003c/script\u003e\n\n\u003cdiv use:qrcode={options} /\u003e\n```\n\n# Contributing\nneed better documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinsarjr%2Fsvelte-qrcode-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinsarjr%2Fsvelte-qrcode-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinsarjr%2Fsvelte-qrcode-action/lists"}