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 (caxinha) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
caxinha
Installation
Canvas
Function
Params
Description
bolsonaro()
image
Cria uma imagem do bolsonaro olhando para a imagem desejada.
const Caxinha =require('caxinha');
module.exports ={name:'removeacents',run:async(client, message, args)=>{let text ="ã ê î ò û ń ž ş đ ģ ķ ł ý ț ř ç";let removedAcents = Caxinha.removeAcents(text)
console.log(removedAcents)}}