I'm going to preempt this by saying that the instructions on the runtime page didn't make a whole lot of sense to me. I know enough to transfer files and write some html and various scripts, but the backend stuff is just foreign to me.
Having said that, I'm attempting to set up a few pages to run some spine animations on my website. I'm working with the spine-ts runtime and set up a directory on my site, copied the spine-widget.js and widget.ts files there. I then set up a really basic html file (similar to what Erika did in here video tutorial), changed up the values to point to my .assets and .json files, and then posted the whole lot on my server. However, when I attempt to load the page in my browser all I get is an error in my console and nothing actually appears in the browser page.
And all of this is before I even attempt to build any of this into a wordpress framework. I'm considering just using APNGs for sake of ease, but it would be great to really take advantage of what is one of the key benefits of Spine.
Any advice on how to proceed would be appreciated.