node-libcamera 0.1.3 → 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 +23 -2
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,8 +1,29 @@
1
1
  {
2
2
  "name": "node-libcamera",
3
- "author": "Hussain Abbas",
4
- "version": "0.1.3",
3
+ "version": "0.1.9",
4
+ "description": "A Node.js wrapper for the Raspberry Pi libcamera API",
5
+ "keywords": [
6
+ "raspberry pi",
7
+ "camera",
8
+ "video",
9
+ "streaming",
10
+ "stream",
11
+ "libcamera",
12
+ "node-libcamera",
13
+ "raspicam",
14
+ "raspivid",
15
+ "raspistill",
16
+ "libcamera-still",
17
+ "libcamera-vid",
18
+ "libcamera-jpeg"
19
+ ],
20
+ "homepage": "https://github.com/superhussain/node-libcamera#readme",
21
+ "bugs": {
22
+ "url": "https://github.com/superhussain/node-libcamera/issues",
23
+ "email": "howdy@hussainabbas.com"
24
+ },
5
25
  "license": "MIT",
26
+ "author": "Hussain Abbas <howdy@hussainabbas.com> (https://hussainabbas.com)",
6
27
  "main": "dist/index.js",
7
28
  "typings": "dist/index.d.ts",
8
29
  "module": "dist/node-libcamera.esm.js",