in development
TelloTs is an elegant TypeScript library that aims to make your life easier while coding your DJI Tello Drone!
To install the package just copy and paste the following command in your terminal
$ npm i tellots
The package exports a class so at first you have to import and initiate the Object.
import Tello from "tellots"
// or var Tello = require('tellots')
var tello = new Tello();
tello.takeoff(); // Start flying