/randImgAPI-npm

Npm package for easier dealing with readyyyk/randImgApi

Primary LanguageJavaScriptMIT LicenseMIT

Usage

via NPM

npm install randimg

via CDN

<script type="module">
    import HashMapsApi from "https://cdn.jsdelivr.net/gh/readyyyk/randImgAPI-npm@main/HashMapsApi.js";
    const hashMapsApi = new HashMapsApi("https://readyyyk-randimg.fly.dev");
    console.log(hashMapsApi.getLink("picsum"));
</script>