{"id":26758632,"url":"https://github.com/qiasoft-docs/qia-web-browser-libraries","last_synced_at":"2026-02-07T22:34:54.327Z","repository":{"id":144006669,"uuid":"404113609","full_name":"qiasoft-docs/qia-web-browser-libraries","owner":"qiasoft-docs","description":"A collection of browser libraries to alleviate the difficulty of web browser application development shipped with API and quickstart documents and TypeScript declarations","archived":false,"fork":false,"pushed_at":"2021-11-22T22:22:49.000Z","size":5283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T22:24:18.074Z","etag":null,"topics":["typescript-library","web"],"latest_commit_sha":null,"homepage":"https://qiasoft-docs.github.io/qia-web-browser-libraries/","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/qiasoft-docs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-09-07T20:26:06.000Z","updated_at":"2023-10-24T16:48:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3b5f0be-c62c-47d9-aba3-7281b1db57b8","html_url":"https://github.com/qiasoft-docs/qia-web-browser-libraries","commit_stats":null,"previous_names":["johannhuang/qia-web-browser-libraries"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/qiasoft-docs/qia-web-browser-libraries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiasoft-docs%2Fqia-web-browser-libraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiasoft-docs%2Fqia-web-browser-libraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiasoft-docs%2Fqia-web-browser-libraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiasoft-docs%2Fqia-web-browser-libraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qiasoft-docs","download_url":"https://codeload.github.com/qiasoft-docs/qia-web-browser-libraries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qiasoft-docs%2Fqia-web-browser-libraries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:22:11.602Z","status":"ssl_error","status_checked_at":"2026-02-07T22:22:10.684Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["typescript-library","web"],"created_at":"2025-03-28T16:29:45.039Z","updated_at":"2026-02-07T22:34:54.313Z","avatar_url":"https://github.com/qiasoft-docs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nAs a summary, there are currently 3 modules in this package.\n\n* Qia.Layout\n\t* LayoutHelper\n* Qia.KeyboardShortcut\n\t* KeyboardShortcutHelper\n* Qia.Audio\n\t* AudioPlayer\n\n\n## Installation\n\nThis package can be installed via `npm install qia-browser-libraries` from \u003chttps://www.npmjs.com/package/qia-browser-libraries\u003e.\n\n\n## Usage\n\nThere are two ways of using it:\n\n* import as ES modules, e.g., `import Qia from 'qia-browser-libraries'; const QiaKeyboardShortcut = Qia.KeyboardShortcut` or `import { KeyboardShortcut as QiaKeyboardShortcut } from 'qia-browser-libraries'`\n* import as HTML scripts, e.g., `\u003cscript src=\"qia-keyboard-shortcut.js\"\u003e\u003c/script\u003e` and `const QiaKeyboardShortcut = window.qia.KeyboardShortcut`\n\nAnd there are several import entry points for each module. Take Qia.Audio as an example, the import entry points are as the following.\n\n* Qia\n\t* const Qia = window.qia (srcipt[src=\"qia-audio.js\"] or srcipt[src=\"qia.js\"])\n\t* import Qia from 'qia-browser-libraries'\n* QiaAudio\n\t* const QiaAudio = Qia.Audio\n\t* const QiaAudio = window.qia.Audio (srcipt[src=\"qia-audio.js\"] or srcipt[src=\"qia.js\"])\n\t* import { Audio as QiaAudio } from 'qia-browser-libraries'\n\t* import QiaAudio from 'qia-browser-libraries/qia-audio'\n* QiaAudioPlayer\n    * const QiaAudioPlayer = QiaAudio.AudioPlayer\n    * const QiaAudioPlayer = window.qia.AudioPlayer (srcipt[src=\"qia-audio-player.js\"])\n    * import { AudioPlayer as QiaAudioPlayer } from 'qia-browser-libraries/qia-audio'\n    * import QiaAudioPlayer from 'qia-browser-libraries/qia-audio-player'\n\nFor details of the usage, please check the documentation (./guides and ./typedoc) in the package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiasoft-docs%2Fqia-web-browser-libraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqiasoft-docs%2Fqia-web-browser-libraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqiasoft-docs%2Fqia-web-browser-libraries/lists"}