I have a webapp with a dat.gui interface, and I'd like people to be able to share their settings with each other. I know you can save presets to a localStorage file, or save them directly in the source as a JSON object. (I have a webapp with a dat.gui interface, and I