glaze
glaze copied to clipboard
Feedback for “Install”
I find the initialization of this a bit confusing.
so you run the following first:
import.....
import...
glaze({
lib: {
gsap: {
core: gsap,
},
},
});
and then I run it again with other properties like element,watch,...
Please advise.