ehahac


  • ```typescript const canvas = <HTMLCanvasElement>document.querySelector("#canvas"); new Graph(canvas, { count: 200, width: window.innerWidth, height: window.innerHeight, canvasBg: "#000000", }).draw(); ```

    published 1.1.5 a year ago