Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 613 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 613 Bytes

coolors.js

🌈 Pretty coolors in console!!

import deno 🦖

import * as coolors from 'https://deno.land/x/coolors@v1.0.0/mod.js';

SLIME: smth like-

import * as coolors from 'https://deno.land/x/coolors@v1.0.0/mod.js';

console.log(coolors.cyan('hey! i am cyan!'))

or Just import a coolor

import {cyan} from 'https://deno.land/x/coolors@v1.0.0/mod.js';

SLIME: smth like-

import {cyan} from 'https://deno.land/x/coolors@v1.0.0/mod.js';

console.log(cyan('hey! i am cyan!'))

don't bully me for not using ts :<