1.0.0 • Published 1 year ago

exercise-rekognition v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

exercise-rekognition

An Exercise Rekognition Package

Installation

Install via NPM:

npm install exercise-rekognition

Usage

javascript

var myApp = require("exercise-rekognition");

myApp.printMsg(); // print and return " Hello World! " 

TypeScript

import * as myApp from 'exercise-rekognition';

myApp.printMsg(); // print and return " Hello World! " 

License

This project is licensed under the terms of the ISC license.

1.0.0

1 year ago