{"id":20911264,"url":"https://github.com/grazen0/ascii-converter","last_synced_at":"2026-04-15T17:33:02.783Z","repository":{"id":40277884,"uuid":"320943367","full_name":"Grazen0/ascii-converter","owner":"Grazen0","description":"Convert images to high-quality ASCII art","archived":false,"fork":false,"pushed_at":"2022-11-10T10:02:46.000Z","size":166,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T06:48:04.760Z","etag":null,"topics":["ascii","ascii-art","npm-package","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Grazen0.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}},"created_at":"2020-12-12T23:15:06.000Z","updated_at":"2021-05-13T02:16:17.000Z","dependencies_parsed_at":"2023-01-22T11:16:12.588Z","dependency_job_id":null,"html_url":"https://github.com/Grazen0/ascii-converter","commit_stats":null,"previous_names":["grazen0/ascii-converter","elchologamer/ascii-converter"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Grazen0/ascii-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grazen0%2Fascii-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grazen0%2Fascii-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grazen0%2Fascii-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grazen0%2Fascii-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Grazen0","download_url":"https://codeload.github.com/Grazen0/ascii-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grazen0%2Fascii-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29858461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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":["ascii","ascii-art","npm-package","typescript"],"created_at":"2024-11-18T14:20:10.531Z","updated_at":"2026-02-26T12:05:25.568Z","avatar_url":"https://github.com/Grazen0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ascii-converter \u0026middot; ![Build][build]\n\nA library for converting images into high-quality ASCII art.\n\nIt includes a command line interface (CLI) to convert images directly from the Command Prompt.\n\n## Installation\n\nYou can install this package using [npm][npm] or [yarn][yarn]:\n\nLocally:\n\n```bash\n$ npm i ascii-converter\n$ yarn add ascii-converter\n```\n\nGlobally:\n\n```bash\n$ npm i -g ascii-converter\n$ yarn global add ascii-converter\n```\n\n## Usage\n\n```javascript\nconst convertToASCII = require('ascii-converter').default; // CommonJS module\n// or:\nimport convertToASCII from 'ascii-converter'; // ES6 module\n\n/**\n * Converts the local image \"dog.png\"\n * into ASCII text, and logs it on\n * the console.\n */\nconvertToASCII('dog.png')\n\t.then(ascii =\u003e console.log(ascii))\n\t.catch(console.error);\n```\n\nTo use the CLI, this package must be installed globally. Then, you can run the following command:\n\n```bash\n$ ascii\n```\n\nThis should show a menu to select a local image.\n\n## Contributing\n\nYou can open pull requests on the project's [GitHub repository][repo], or make issues for major changes.\n\n[build]: https://github.com/ElCholoGamer/ascii-converter/workflows/Build/badge.svg\n[npm]: https://www.npmjs.com\n[yarn]: https://yarnpkg.com\n[repo]: https://github.com/ElCholoGamer/ascii-converter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrazen0%2Fascii-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrazen0%2Fascii-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrazen0%2Fascii-converter/lists"}