{"id":13403089,"url":"https://github.com/davidshimjs/qrcodejs","last_synced_at":"2025-05-14T08:05:19.598Z","repository":{"id":6096439,"uuid":"7323572","full_name":"davidshimjs/qrcodejs","owner":"davidshimjs","description":"Cross-browser QRCode generator for javascript","archived":false,"fork":false,"pushed_at":"2024-05-01T10:44:40.000Z","size":130,"stargazers_count":13884,"open_issues_count":234,"forks_count":4771,"subscribers_count":290,"default_branch":"master","last_synced_at":"2025-05-07T07:59:17.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/davidshimjs.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":"2012-12-26T05:29:39.000Z","updated_at":"2025-05-07T01:27:08.000Z","dependencies_parsed_at":"2022-07-11T05:16:36.433Z","dependency_job_id":"49cd58e7-a571-4fcc-9c18-a9411497dff4","html_url":"https://github.com/davidshimjs/qrcodejs","commit_stats":{"total_commits":30,"total_committers":16,"mean_commits":1.875,"dds":0.8,"last_synced_commit":"04f46c6a0708418cb7b96fc563eacae0fbf77674"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidshimjs%2Fqrcodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidshimjs%2Fqrcodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidshimjs%2Fqrcodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidshimjs%2Fqrcodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidshimjs","download_url":"https://codeload.github.com/davidshimjs/qrcodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101588,"owners_count":22014907,"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":[],"created_at":"2024-07-30T19:01:25.232Z","updated_at":"2025-05-14T08:05:19.573Z","avatar_url":"https://github.com/davidshimjs.png","language":"JavaScript","readme":"# QRCode.js\nQRCode.js is javascript library for making QRCode. QRCode.js supports Cross-browser with HTML5 Canvas and table tag in DOM.\nQRCode.js has no dependencies.\n\n## Basic Usages\n```\n\u003cdiv id=\"qrcode\"\u003e\u003c/div\u003e\n\u003cscript type=\"text/javascript\"\u003e\nnew QRCode(document.getElementById(\"qrcode\"), \"http://jindo.dev.naver.com/collie\");\n\u003c/script\u003e\n```\n\nor with some options\n\n```\n\u003cdiv id=\"qrcode\"\u003e\u003c/div\u003e\n\u003cscript type=\"text/javascript\"\u003e\nvar qrcode = new QRCode(document.getElementById(\"qrcode\"), {\n\ttext: \"http://jindo.dev.naver.com/collie\",\n\twidth: 128,\n\theight: 128,\n\tcolorDark : \"#000000\",\n\tcolorLight : \"#ffffff\",\n\tcorrectLevel : QRCode.CorrectLevel.H\n});\n\u003c/script\u003e\n```\n\nand you can use some methods\n\n```\nqrcode.clear(); // clear the code.\nqrcode.makeCode(\"http://naver.com\"); // make another code.\n```\n\n## Browser Compatibility\nIE6~10, Chrome, Firefox, Safari, Opera, Mobile Safari, Android, Windows Mobile, ETC.\n\n## License\nMIT License\n\n## Contact\ntwitter @davidshimjs\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/davidshimjs/qrcodejs/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","funding_links":[],"categories":["JavaScript","Libraries","\u003e 10K ⭐️","目录","QRCode","38. 实用工具/其他插件 ##","41. 实用工具/其他插件"],"sub_categories":["QR code","Markdown","13.20 视差滚动(Parallax Scrolling) ###","24.3 Web Sockets"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidshimjs%2Fqrcodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidshimjs%2Fqrcodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidshimjs%2Fqrcodejs/lists"}