quad-image 0.1.0

An image host
1
2
3
4
5
6
7
8
all: web/gallery/gallery.js

%.js: node_modules tsconfig.json %.ts
	node_modules/.bin/tsc $*.ts

node_modules: package.json
	npm install
	touch node_modules