txttosl-api-node
A simple Node module to allow using TxtToSL's API to translate text into sign languages.
const txttosl = ; txttosl;
More options are avaliable with the third argument:
const txttosl = ; txttosl; const txttosl = ; txttosl;
Progress callback / feedback is avaliable in the fourth and fifth arguments:
const txttosl = ;const progressCallback = { console; }; txttosl; /* example output: callback: Importing library 'yaspin'... ...etc... callback: Uploading... callback: Uploaded to: https://v.txttosl.com/fvzPhJim.gif url: https://v.txttosl.com/fvzPhJim.gif*/