mirror of
https://github.com/seigler/generative
synced 2025-07-26 22:56:10 +00:00
Add gradient_jungle sketch
This commit is contained in:
parent
7c824da05e
commit
bae99d6acb
8 changed files with 226 additions and 16 deletions
|
@ -1,3 +1,6 @@
|
|||
document.addEventListener('DOMContentLoaded', function() {
|
||||
require('sketches/1');
|
||||
let path = document.location.pathname.split('/');
|
||||
if (path.length > 1) {
|
||||
require('./sketches/' + path[path.length - 2]);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue