Provision of js version to download and consume it in html files
shivarajnaidu opened this issue · 7 comments
shivarajnaidu commented
Providing js variant to use it in static pages will be helpful to many . please consider including it in repo or some kind of CDN link will be helpful
antonmedv commented
Will do later. Now you can use http://unpkg.com/@medv/finder but use exports
.
shivarajnaidu commented
Thank you for the workaround
zachdev commented
Will do later. Now you can use http://unpkg.com/@medv/finder but use
exports
.
This doesn't seem to work due to the require("cssesc");
.
antonmedv commented
Yes you are right
sabatale commented
Did you get a chance to do this one?
antonmedv commented
Nope. Maybe ES module version will be enough?
antonmedv commented
Now with v2 will be working!
<script type="module">
import {finder} from 'https://medv.io/finder/finder.js'
</script>