README
This is an unofficial package for Trianglify project. This package contains only trianglify.min.js
file with no dependencies. Unless you know what you are doing, you should use the official package instead.
Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds.
<script type="module">
import trianglifyLite from 'https://cdn.skypack.dev/trianglify-lite';
</script>
This is an unofficial package for Trianglify project. This package contains only trianglify.min.js
file with no dependencies. Unless you know what you are doing, you should use the official package instead.