Skip to content

ganyariya/derain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

derain

deno.land LICENSE tag

deno with rain...

Usage

CLI

deno install --allow-run --force --name derain https://github.com/ganyariya/derain/raw/v1.0.6/cli.ts

derain
derain --help

Module (Example)

import { render } from "https://github.com/ganyariya/derain/raw/v1.0.6/cli.ts";

for await (const content of render(0.05, 0.002)) {
  console.clear();
  console.log(content);
}