Mercerenies / fifi-calculator

1 stars 0 forks source link

Revisit tauri::app, the module #28

Closed Mercerenies closed 2 weeks ago

Mercerenies commented 4 weeks ago

We're still hard-coding all of the tauri communication. Tauri has an API, and it even has Typescript types, but I haven't figured out how to integrate it with our workflow.

Mercerenies commented 2 weeks ago

We will be using Vite as a bundling tool, so we can pull in JS dependencies, including this and (eventually) a plotting library (#38)