Skip to content

Commit e1f5025

Browse files
authored
Update index.html
1 parent 7d64c79 commit e1f5025

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ <h2>Triangle fragmentation</h2>
3535
<hr>
3636
<h2>Hexagon fragmentation</h2>
3737
<section class="hexagon">
38-
<img src="https://picsum.photos/id/1069/300/300">
39-
<img src="https://picsum.photos/id/1032/300/300">
40-
<img src="https://picsum.photos/id/1072/300/300">
38+
<img src="https://picsum.photos/id/1069/300/300" style="--f-r:50;--f-seed:96">
39+
<img src="https://picsum.photos/id/1032/300/300" style="--f-r:100;--f-seed:999">
40+
<img src="https://picsum.photos/id/1072/300/300" style="--f-r:120;--f-seed:68">
4141
</section>
4242
<script>
4343
if(CSS.paintWorklet) {
4444
CSS.paintWorklet.addModule('src/fragmentation.js');
45-
CSS.paintWorklet.addModule('src/fragmentation-triangular.js');
45+
CSS.paintWorklet.addModule('src/fragmentation-triangle.js');
4646
CSS.paintWorklet.addModule('src/fragmentation-hexagon.js');
4747
} else {
4848
console.log("Your browser doesn't support the Paint API :(");

0 commit comments

Comments
 (0)