fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.34k stars 607 forks source link

Add route handler and example web server with primitive route #99

Open whatl3y opened 3 years ago

whatl3y commented 3 years ago
  1. Abstracts the main primitive step process that runs in main.go to a new build package to be reusable
  2. Adds route handler function that can be imported and bound to other web servers
  3. Creates examples web server
  4. Adds docs