This module creates Delaunay Triangles very fast with a modified version of ironwallaby's implementation. It resizes to fit the canvas that it draws on, so any sized canvas can use triangles-js.
Open the html file. After the page is loaded, press any key on the keyboard to play or pause the animation- which draws dots on the canvas to form the Sierpinski triangle. After some time when enough ...
import { Component, OnInit } from '@angular/core'; import { fabric } from "fabric/dist/fabric.js"; @Component({ selector: 'app-p-five', templateUrl: './p-five ...