0.3.2 • Published 1 year ago
@new-objects/libs v0.3.2
Introduction
This repo collects pieces of code (classes, functions, data structures) that we'd like to re-use in future projects.
Usage
To use this library, install it with npm
npm i @new-objects/libs
and then import the code you'd like to use.
Example:
import { Webcam } from '@new-objects/libs';
Project Structure
├── lib
| ├── mediapipe
| | ├── hand-tracking.js
│ | web
│ | ├── webcam.js
├── package.json
Examples
At the moment we have two examples, showing use-cases for this lib: 1. hand-tracking 2. webcam
To have a go and look at them, simply start examples.
npm run examples
Testing
TBD
0.3.2
1 year ago
0.3.0
1 year ago
0.3.1
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.2.2
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.5
1 year ago
0.1.0
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago