sign-language-translator
v2.1.0
Published
A library to translate letters to corresponding images of sign language
Readme
sign-language-translator
A library to translate letters to corresponding images of sign language
Install
- Install the package
npm install sign-language-translator
How To Use
// import the package
const {
getImageFromLetter,
getImagesFromText,
} = require("sign-language-translator");
const image = getImageFromLetter("M");
console.log(image); // the output will be https://drive.google.com/uc?id=17vHv_Y7jV7GzuKLgalOhtgMX1e-cI-F1
const images = getImagesFromText("Text");
console.log(images);
/**
the output will be an array of image links
[
'https://drive.google.com/uc?id=1gI2kYGCV7I1WRr8AfgBH6E-aIPMng_ob',
'https://drive.google.com/uc?id=1sGN_IZcl9jH0Y_sVZbCKfuDu2WGl_XE5',
'https://drive.google.com/uc?id=1f_hgi6iftVH1YCkZcwOtGuqCIiCDVb6q',
'https://drive.google.com/uc?id=1gI2kYGCV7I1WRr8AfgBH6E-aIPMng_ob'
]
*/Note: the image will be like this.
