Coder Social home page Coder Social logo

simple-camera's Introduction

@ez-pz/simple-camera

โš ๏ธ - In active development: This library has yet to fulfill its promise and may change its API without warning, use with caution.

Use any device's camera (screenshot) capabilities from the browser with a single utility with a single API.

  • Integrate on any frontend. Vanilla JS, React, Vue, Angular, Svelte... - No need to have a separate interface/package for each framework you support.
  • Easily add to your project from the CDN. It should be easy for integrators to use your library.
  • Written in Typescript, framework agnostic.

Usage

NPM

npm i --save @ez-pz/simple-camera

CDN - UNPKG

Include the script and styles in your html:

<script src="https://unpkg.com/@ez-pz/simple-camera/dist/simple-camera.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@ez-pz/simple-camera/dist/simple-camera.css"></link>

and then start the camera with

<script>
    var target = document.getElementById("target");
    window["ez-pz-simple-camera"].startCamera(target);
</script>

Demo

See https://codesandbox.io/s/simple-camera-no-framework-demo-0qbuv

Tech in this project

  • Development: Typescript, Storybook
  • Testing: Jest, testing-library
  • Bundling: Rollup

Running

  1. Clone the repo
git clone https://github.com/jospablos/simple-camera.git
  1. Install deps
npm i
  1. Start test watching
npm run test:watch
  1. Run Storybook
npm run storybook

Contributing

If you want to contribute, Take a look a the V1 project kanban and pick any task :) https://github.com/jospablos/simple-camera/projects/1

simple-camera's People

Contributors

jospablos avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.