const library = require('../')
const paheal = newlibrary()
asyncfunctioncheck() {
// Use ID like String typeoflet media = await paheal.getMedia('1')
console.log(media.href);
// Use ID like Number typeoflet media = await paheal.getMedia(2)
console.log(media.href);
}
check()