{"id":17011094,"url":"https://github.com/mikuauahdark/rime","last_synced_at":"2025-04-12T08:34:51.214Z","repository":{"id":190747248,"uuid":"656544648","full_name":"MikuAuahDark/rime","owner":"MikuAuahDark","description":"Read \u0026 Remove Image Metadata","archived":false,"fork":false,"pushed_at":"2023-11-20T05:15:45.000Z","size":1648,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T03:41:43.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mikuauahdark.github.io/rime/","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/MikuAuahDark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-21T06:55:48.000Z","updated_at":"2024-01-20T17:06:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ef45d4f-a159-4f4d-9349-944c7b4bac08","html_url":"https://github.com/MikuAuahDark/rime","commit_stats":null,"previous_names":["mikuauahdark/rime"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikuAuahDark%2Frime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikuAuahDark%2Frime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikuAuahDark%2Frime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikuAuahDark%2Frime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikuAuahDark","download_url":"https://codeload.github.com/MikuAuahDark/rime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248540925,"owners_count":21121460,"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-14T06:06:13.924Z","updated_at":"2025-04-12T08:34:51.192Z","avatar_url":"https://github.com/MikuAuahDark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"RIME\r\n=====\r\n\r\nAn Image Metadata Reader and Remover that performs everything in your browser.\r\n\r\nThis is the mainline version with latest bugfix and features. All pull requests should go into this branch unless\r\nasked otherwise.\r\n\r\nUsage (Browser)\r\n-----\r\n\r\nMain source: `index.html`.\r\n\r\nhttps://MikuAuahDark.github.io/rime/index.html\r\n\r\nUsage (Node.js)\r\n-----\r\n\r\nExample\r\n\r\n```js\r\nimport * as process from \"node:process\"\r\nimport * as fs from \"node:fs\"\r\nimport { loadMetadata } from \"./rime-mod/main.mjs\"\r\n\r\nif (process.argv.length \u003c 3) {\r\n\tconsole.log(\"usage: %s %s \u003cimage\u003e\", process.argv[0], process.argv[1])\r\n\tprocess.exit(1)\r\n}\r\n\r\nconst imageFile = fs.readFileSync(process.argv[2])\r\nconst metadata = loadMetadata(new Uint8Array(imageFile))\r\nconsole.log(metadata.getMetadata())\r\n```\r\n\r\nLicense\r\n-----\r\n\r\nMIT.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikuauahdark%2Frime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikuauahdark%2Frime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikuauahdark%2Frime/lists"}