start-5 / TiTS.JS-Save-Editor

Trials in Tainted Space Save Editor
https://start-5.github.io/TiTS.JS-Save-Editor/
MIT License
29 stars 6 forks source link

Use local scripts #86

Closed start-5 closed 1 year ago

start-5 commented 1 year ago

Use local files instead of a CDN to load scripts etc. This will avoid issues where, as unlinkely as it might be, the CDN is down, which breaks the entire page. This should also make it viable to run the editor completely offline since there are no online dependencies.

Fixes #84