artbox 0.2.0

Render text and ascii art into a bounded rectangle with colors and gradients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "artbox-docs",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "dependencies": {
    "@astrojs/starlight": "^0.32.0",
    "astro": "^5.1.0",
    "sharp": "^0.33.0"
  }
}