wretch + fetch-jsonp
by Rocka
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch-jsonp/1.1.3/fetch-jsonp.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/bundle/wretch.js"></script>
<script type="module">
import wretch from 'https://unpkg.com/[email protected]/dist/index.js';
import fetchJSONP from 'https://unpkg.com/[email protected]/build/fetch-jsonp.js';
console.log(wretch)
</script>