Setup
Installation
Import fortuna
in your project.
import { GachaMachine } from "https://deno.land/x/fortuna/mod.ts";
It is recommended to centre your dependencies around a deps.ts
file for easier
management of dependencies.
export { GachaMachine } from "https://deno.land/x/fortuna/mod.ts";
import { GachaMachine } from "./deps.ts";