README
bbox-test 
test if a geojson feature is inside of a bbox
usage
bboxTest(bbox, feature); returns a boolean
this map shows what it successfully gets as a hit and what it doesn't for a polygon, (green no hit ,red hit).
bbox-test ===
<script type="module">
import bboxTest from 'https://cdn.skypack.dev/bbox-test';
</script>
test if a geojson feature is inside of a bbox
usage
bboxTest(bbox, feature); returns a boolean
this map shows what it successfully gets as a hit and what it doesn't for a polygon, (green no hit ,red hit).