Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.01 KB

readme.md

File metadata and controls

27 lines (18 loc) · 1.01 KB

Text Art Collection

Welcome to the Text Art Collection repository! This repository is dedicated to collecting and sharing text art created by contributors like you. To maintain consistency and organization, please follow the guidelines below when submitting your text art.

Contribution Guidelines

Folder and File Naming Convention

  1. Create a folder with the name of your text art. This folder will contain all related files. The art should only include ascii characters.

  2. The main text art file should be named art.txt.

  3. There is also a json file named metadata.json, which has following structure.

Metadata

Include a metadata.json file in your folder to provide essential information about your text art. Here's a template for the metadata.json file:

{
  "artist": "Your Name",
  "width": "number of maximum character in a line",
  "height": "Number of lines",
  "characterCount": "number of total printable character",
  "description": "A brief description of your text art"
}