UNPKG

hanime-crave

Version:
9 lines (8 loc) 197 B
module.exports = class HentaiVideo { constructor(url, width, height, duration) { this.url = url; this.width = width; this.height = height; this.duration = duration; } }