Skip to content

monman53/simple-camera-simulator

Repository files navigation

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