Isomorphic Color Logging in TypeScript
pnpm add @cluesurf/tint-text
yarn add @cluesurf/tint-text
npm i @cluesurf/tint-text
import tint from '@cluesurf/tint-text'
const P = { tone: 'magenta' }
const G = { tone: 'green' }
console.log(`${tint('hello', P)} ${tint('world', P)}`)
MIT
This is being developed by the folks at ClueSurf, a California-based project for helping humanity master information and computation. Find us on Twitter, LinkedIn, and Facebook. Check out our other GitHub projects as well!