{"id":16220380,"url":"https://github.com/kosso/tiqrblobreader","last_synced_at":"2025-04-07T23:47:12.420Z","repository":{"id":138913381,"uuid":"54892452","full_name":"kosso/TiQRBlobReader","owner":"kosso","description":"Detects a QR code in an image TiBlob","archived":false,"fork":false,"pushed_at":"2016-03-28T14:07:21.000Z","size":102,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T01:18:59.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kosso.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":"2016-03-28T13:01:01.000Z","updated_at":"2016-04-03T13:24:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"d79e3d4b-3d18-4a51-835a-adb06afd88d1","html_url":"https://github.com/kosso/TiQRBlobReader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosso%2FTiQRBlobReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosso%2FTiQRBlobReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosso%2FTiQRBlobReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosso%2FTiQRBlobReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kosso","download_url":"https://codeload.github.com/kosso/TiQRBlobReader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749968,"owners_count":20989713,"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-10-10T11:58:33.694Z","updated_at":"2025-04-07T23:47:12.401Z","avatar_url":"https://github.com/kosso.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TiQRBlobReader\n\nAppcelerator Titanium module to detect a QR code in a TiBlob image.\n\n\n### Note:\n\nThis might not work on older devices. See : https://forums.developer.apple.com/thread/20887\n\n\n## Usage:\n\n```\n    var qr = require(\"com.kosso.qrblobreader\");\n \n    // required\n    var blob = an image TiBlob ... eg: event.media from the photo picker...\n    // required\n    var callback = function(e){\n        \n        console.log(e);\n\n        if(e.code){\n        \tconsole.log('Code detected: ', e.code);\n        }\n\n    };\n \n    // detect QR code in image blob\n    qr.detectCode( blob, callback );\n\n```\n\nSee example.\n\n-------------------\n\n@Kosso : March 28, 2016","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosso%2Ftiqrblobreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkosso%2Ftiqrblobreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosso%2Ftiqrblobreader/lists"}