All Projects → GoogleChromeLabs → Snapshot

GoogleChromeLabs / Snapshot

Licence: apache-2.0

Programming Languages

typescript
32286 projects

Please note: This app is being developed. There may be bugs, and everything is subject to change.

Snapshot

This is a sample camera app to demonstrate camera functionality in the context of a Progressive Web App.

You can see a reasonably stable version at https://snapshot-stable.firebaseapp.com/

b8f80bc5-42e3-4d48-bb7f-8441b93ba474

Building the code

First install all of the dependencies

npm install

You can then build the main JS bundle using rollup

rollup -c

You can also have this as a watch task via rollup-watch

rollup -cw

The project expects to be served with the contents of the public folder as the root. For example, using the http-server node package:

npm install -g http-server
http-server -p 8080 public/

The site would then be available at http://localhost:8080/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].