CornellDataScience / sketchify

Turning images into coloring book pages with infinite resolution.
MIT License
3 stars 1 forks source link

Create an Electron project with React that runs Python #31

Closed jasozh closed 2 months ago

jasozh commented 2 months ago

Description

Notable changes:

  1. The Electron project skeleton now contains React, along with webpack and typescript.
  2. Python files stored inside the python directory are now available both in dev mode and in production. When using the maker-zip maker, Electron can directly call the raw Python files stored inside the resources directory.

Relevant links