{"id":16296552,"url":"https://github.com/f1lt3r/ansi-to","last_synced_at":"2025-03-20T04:31:31.981Z","repository":{"id":57150475,"uuid":"127192293","full_name":"F1LT3R/ansi-to","owner":"F1LT3R","description":"😹  export ANSI to HTML, SVG, PNG, w/ iTerm2 color support","archived":false,"fork":false,"pushed_at":"2023-11-14T18:14:45.000Z","size":808,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-25T19:00:39.026Z","etag":null,"topics":["ansi","ansi-to","ansi-to-html","ansi-to-image","chalk","cli","color","console","convert-ansi","export","export-ansi","html","node","svg","terminal"],"latest_commit_sha":null,"homepage":"https://f1lt3r.io","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/F1LT3R.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":"2018-03-28T20:05:12.000Z","updated_at":"2022-01-06T13:13:02.000Z","dependencies_parsed_at":"2024-10-10T20:23:11.446Z","dependency_job_id":"979b02bd-0f52-42fe-ae08-0ccee79168b1","html_url":"https://github.com/F1LT3R/ansi-to","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"bc6d36abf83d796099cad7d0fb8163f3dc082a7a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F1LT3R%2Fansi-to","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F1LT3R%2Fansi-to/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F1LT3R%2Fansi-to/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F1LT3R%2Fansi-to/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/F1LT3R","download_url":"https://codeload.github.com/F1LT3R/ansi-to/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221734416,"owners_count":16872093,"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":["ansi","ansi-to","ansi-to-html","ansi-to-image","chalk","cli","color","console","convert-ansi","export","export-ansi","html","node","svg","terminal"],"created_at":"2024-10-10T20:23:09.886Z","updated_at":"2024-10-27T21:18:09.993Z","avatar_url":"https://github.com/F1LT3R.png","language":"JavaScript","funding_links":["https://patreon.com/bePatron?u=9720216"],"categories":[],"sub_categories":[],"readme":"# ANSI-to\n\n\u003e 😹  export ANSI color strings to various formats: HTML, SVG, PNG.\n\n[![Build Status](https://travis-ci.org/F1LT3R/ansi-to.svg?branch=master)](https://travis-ci.org/F1LT3R/ansi-to)\n[![Coverage Status](https://coveralls.io/repos/github/F1LT3R/ansi-to/badge.svg?branch=master)](https://coveralls.io/github/F1LT3R/ansi-to?branch=master)\n[![NPM Version](https://img.shields.io/npm/v/ansi-to.svg)](https://www.npmjs.com/package/ansi-to)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n\nANSI-to takes a string of ANSI and converts it to various types of output. For example, this SVG:\n\n[![Lead Image](ansi-to-svg-example.svg)](ansi-to-svg-example.svg)\n\n## Support\n\nSupport the development of ANSI-to by [becoming a patreon](https://patreon.com/bePatron?u=9720216).\n\n\u003ca href=\"https://patreon.com/bePatron?u=9720216\"\u003e\u003cimg width=\"120\" src=\"https://f1lt3r.io/content/images/2018/04/become_a_patron_button@2x.png\"\u003e\u003c/a\u003e\n\n## Features\n\nANSI-to has the following plugins available:\n\n- [SVG](https://github.com/F1LT3R/ansi-to-svg.git) - Export ANSI to Scalable Vector Graphics\n- [PNG, JPG](https://github.com/F1LT3R/ansi-to-image) - Export ANSI to raster image (JPG, PNG)\n- [\u003cstrike\u003eHTML\u003c/strike\u003e](https://github.com/F1LT3R/ansi-to-html) (coming soon)\n\nImportant: Do not use ANSI-to directly. Please use one of the above plugins.\n\n**General Features**\n\n- iTerm2 color support - [Base16 iTerm2 Color Schemes](https://github.com/martinlindhe/base16-iterm2)\n- Use output in your `README.md` files\n- Designed for use with [Chalk](https://github.com/chalk/chalk)\n- Plugin architecture to build-your-own ANSI Parser\n- Built-in default colors\n- User can override colors\n- Emoji support\n- Powerline font support\n\n## Why ANSI-to ?\n\nANSI-to is designed for use with ZTD development (Zero Technical Debt). ANSI-to provides a Markdown friendly way to include CLI output in your software documentation.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff1lt3r%2Fansi-to","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff1lt3r%2Fansi-to","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff1lt3r%2Fansi-to/lists"}