Jacob C
Jacob C
Hello, I've followed the instructions and ended up with some code looking like this: ``` Test //Walkability matrix. Zero is walkable, One is not var matrix = [ [0, 0,...
I am using React-Slick for my project and I want to be able to dynamically change the settings that I provide to my slider. For slickjs (https://github.com/kenwheeler/slick) this can be...
Hey there, thanks for this great package. Is it possible to grab the inner html of an element as a string in the transform function? Here's an example ``` const...
Hi there, This is rather a question than an issue. in Tiled it's possible to add tiles from different tile sets with different sizes to the same map. For example,...