Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 426 Bytes

File metadata and controls

14 lines (10 loc) · 426 Bytes

http-image-server

Design Notes

  • Zero dep
  • will need to store thumbnails (files preferred over a cache blob)
  • cwd
  • recursive
  • list of file from stdin (which introduces discontinuities, needing clever indenting)

My attempts

Other projects