Closes #79 - Changed how we parse style tags in styleProps.ts. We now write to an object and then stringify the key/values, as opposed to using yaml.
Closes #71 - added base64 encoded img + link to website
Closes #70 - All data is passed now via context App opposed to bindings. Check File.svelte for an example and App.svelte to see how the data is structured. Everything that is passed is a store so that we can track updates cross-components via context.
This is the result of a free weekend where I gave myself free rein to touch everything.
App
opposed to bindings. Check File.svelte for an example and App.svelte to see how the data is structured. Everything that is passed is a store so that we can track updates cross-components via context.