README
installation
npm install wyj-fetchdeom --save
const fetch = require('wyj-fetchdeom')
get
fetch.get()
...
this is test demo
<script type="module">
import wyjFetchdeom from 'https://cdn.skypack.dev/wyj-fetchdeom';
</script>
npm install wyj-fetchdeom --save
const fetch = require('wyj-fetchdeom')
fetch.get()
...