Skip to content

Akkun3704/helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Use

const axios = require('axios')

let response = await axios.post('https://mxmxk.herokuapp.com/imagetopdf', {
  images: ['https://i.waifu.pics/dQ8bv0m.png', 'https://i.waifu.pics/G3tcTFi.jpg']
})

return response.data // { result: 'url_download' }