Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 349 Bytes

Simple Camera Simulator

An interactive tools for understanding how camera works.

Visit https://monman53.github.io/simple-camera-simulator/ .

Screenshot

screenshot

Development

npm install

# Compile and Hot-Reload for Development
npm run dev

# Type-Check, Compile and Minify for Production
npm run build