https://github.com/ganyariya/derain
deno with rain...
https://github.com/ganyariya/derain
cli deno deno-cli
Last synced: 11 months ago
JSON representation
deno with rain...
- Host: GitHub
- URL: https://github.com/ganyariya/derain
- Owner: ganyariya
- Created: 2021-09-05T08:41:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T00:18:55.000Z (almost 5 years ago)
- Last Synced: 2025-06-04T20:23:03.172Z (about 1 year ago)
- Topics: cli, deno, deno-cli
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# derain
[](https://deno.land)
[](LICENSE)
[](https://github.com/ganyariya/derain/tags)
deno with rain...
## Usage
**CLI**
```shell
deno install --allow-run --force --name derain https://github.com/ganyariya/derain/raw/v1.0.6/cli.ts
derain
derain --help
```
**Module** (Example)
```typescript
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);
}
```