1.1.3 • Published 4 years ago

photo-snapper v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Photo Snapper

A npm package that allows users to take photos directly from the web and save it on their computers. Future functionality will allow users to edit and modify their photos directly from the browser. Also allows user to toggle camera if used in a mobile web browser. You can test it out here: https://photo-snapper.herokuapp.com/.

Installation guide:

Make sure you have npm installed on your computer. Execute the following command to get photo-snapper:

npm i photo-snapper

    <main id="camera"></main>
    <script src="index.js"></script>

You can change css styling inside style.css.

Compatibility

For Desktop:
Mobile:

Features

  • Allows users to take photo directly through a web browser
  • Uses adapter software design pattern to create a polyfill such that the camera can work on mobile phone
  • Allows users to directly edit their photos through the web browser and safe on their browsers (in progress).
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago