1.0.6 • Published 2 years ago

porit v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

PorIT

  • PorIT is a Free Explicit Content Made in Golang.

Javascript

const newImage = require('porit').default;

//ENTER_A_ROUTE_HERE Shall Be Replaced By A Valid Route Specified in Docs https://docs.api.porit.apidev234.wtf
newImage('ENTER_A_ROUTE_HERE').then(img => {
    console.log(img)
}).catch(e => {
    console.log(e)
})

Typescript

import newImage from 'porit';

//ENTER_A_ROUTE_HERE Shall Be Replaced By A Valid Route Specified in Docs https://docs.api.porit.apidev234.wtf
newImage('ENTER_A_ROUTE_HERE').then(img => {
    console.log(img)
}).catch(e => {
    console.log(e)
})

Author

1.0.6

2 years ago

1.0.5

2 years ago

1.0.0

2 years ago