antonmedv/finder

Provision of js version to download and consume it in html files

shivarajnaidu opened this issue · 7 comments

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

Will do later. Now you can use http://unpkg.com/@medv/finder but use exports.

Thank you for the workaround

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");.

Yes you are right

Did you get a chance to do this one?

Nope. Maybe ES module version will be enough?

Now with v2 will be working!

<script type="module">
  import {finder} from 'https://medv.io/finder/finder.js'
</script>