Package Exports
- zipher
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (zipher) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
INSTALACIÓN
$ npm install zipher --saveEJEMPLO: MODO DE USO
const zipher = require("zipher")
let imgDog = await zipher.randomDog()
console.log(imgDog)ENDPOINTS
Imágenes aleatorias
zipher.randomDog() //Devuelve un link de imagen de perro.
zipher.randomFox() //Devuelve un link de imagen de zorro.
zipher.randomCat() //Devuelve un link de imagen de gato.
zipher.randomPat() //Devuelve un link de imagen de un acaricio de anime.
zipher.randomHug() //Devuelve un link de imagen de un abrazo de anime.
zipher.randomWink() //Devuelve un link de imagen de un guiño de anime.
zipher.randomPikachu() //Devuelve un link de imagen de Pikachu.
zipher.randomMeme() //Devuelve un link de imagen de un meme.Encode/Decode textos
zipher.encodeBinary(texto) //Codifica un texto a binario (requiere argumentos).
zipher.decodeBase64(texto) //Descodifica un texto en base 64 (requiere argumentos).Edición de texto
zipher.getSarcastic(texto) //Devuelve un texto sarcastico (requiere argumentos)
zipher.getMayus(text) //Devuelve un texto en mayúscula (requiere argumentos).