node-libcamera 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # node-libcamera 📷
2
2
 
3
+ ![npm](https://img.shields.io/npm/v/node-libcamera)
4
+ ![npm bundle size](https://img.shields.io/bundlephobia/min/node-libcamera)
5
+ ![node-current](https://img.shields.io/node/v/node-libcamera)
6
+ ![NPM](https://img.shields.io/npm/l/node-libcamera)
7
+ ![checks](https://badgen.net/github/checks/superhussain/node-libcamera)
8
+
3
9
  A set of wrapper functions for the native [Raspberry Pi `libcamera` API](https://www.raspberrypi.com/documentation/accessories/camera.html).
4
10
 
5
11
  _Open to any and all contributions!_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-libcamera",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "A Node.js wrapper for the Raspberry Pi libcamera API",
5
5
  "keywords": [
6
6
  "raspberry pi",