{"id":20641851,"url":"https://github.com/ionited/art","last_synced_at":"2025-04-16T01:37:22.824Z","repository":{"id":57119159,"uuid":"249060656","full_name":"ionited/art","owner":"ionited","description":"Art in your terminal","archived":false,"fork":false,"pushed_at":"2020-04-25T23:33:54.000Z","size":17,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-29T03:32:11.290Z","etag":null,"topics":["ansi","art","bash","cmd","colors","powershell","terminal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ionited.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"gabrielcursino","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-03-21T21:04:48.000Z","updated_at":"2025-03-19T12:49:13.000Z","dependencies_parsed_at":"2022-08-23T11:31:04.669Z","dependency_job_id":null,"html_url":"https://github.com/ionited/art","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/ionited%2Fart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionited%2Fart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionited%2Fart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionited%2Fart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionited","download_url":"https://codeload.github.com/ionited/art/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249182786,"owners_count":21226123,"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","art","bash","cmd","colors","powershell","terminal"],"created_at":"2024-11-16T16:06:58.945Z","updated_at":"2025-04-16T01:37:22.800Z","avatar_url":"https://github.com/ionited.png","language":"JavaScript","funding_links":["https://patreon.com/gabrielcursino"],"categories":[],"sub_categories":[],"readme":"# Art\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"docs/imgs/example.png\" alt=\"Art example\" title=\"Art example\"\u003e\n\u003c/div\u003e\n\n\u003e Art in your terminal\n\n## Quick start\n\n### Install with NPM\n\n```\nnpm i @ionited/art\n```\n\n## Usage\n\nRequire the package in your Node.js file:\n\n```javascript\nconst art = require('@ionited/art');\n```\n\n### ANSI 8 Colors\n\nDisplay ANSI 8 Colors (black, red, green, yellow, blue, magenta, cyan, white):\n\n```javascript\nart.blue('Hey! I am blue!');\n```\n\n### Brighter colors\n\nFor brighter color put 'bright' before the color:\n\n```javascript\nart.brightRed('Hey! I am brighter red!');\n```\n\n### Background colors\n\nFor background color put 'bg' before the color:\n\n```javascript\nart.bgYellow('Hey! I have yellow background!');\n```\n\nBackground colors also working with bright prefix:\n\n```javascript\nart.bgBrightGreen('Hey! I have brighter green background!');\n```\n\n### Modificators\n\nStyle your texts with modificators (bold, dim, italic, underline, blink, inverse, invisible, strikethrough):\n\n```javascript\nart.bold('Hey! I am a bold text!');\n```\n\n---\n\nYou can join styles and make art in your terminal:\n\n```javascript\nart.bgGreen.bold.yellow('A beatiful message!');\n```\n\n### Animations\n\nMake loadings or other animations easily:\n\n```javascript\nart.animation(frames: any, infinite?: boolean, fps?: number): void\n```\n\nExample:\n\n```javascript\nart.animation(['#', '##', '###', '####', '#####']);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionited%2Fart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionited%2Fart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionited%2Fart/lists"}