I’m trying to get the gui.dat on my page… https://www.songnes.com/gift/page3dat.html
is not working…
var gui = new dat.GUI();
gui.addColor("#0000ff").name('Color');
gui.open();
I have this, and the dat is not defined.
I don’t know what should I do.