@turf/tesselate
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -1,2 +0,2 @@ | ||
var earcut = require('earcut'); | ||
import earcut from 'earcut'; | ||
import { polygon } from '@turf/helpers'; | ||
@@ -3,0 +3,0 @@ |
'use strict'; | ||
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var earcut = _interopDefault(require('earcut')); | ||
var helpers = require('@turf/helpers'); | ||
var earcut = require('earcut'); | ||
/** | ||
@@ -7,0 +9,0 @@ * Tesselates a {@link Feature<Polygon>} into a {@link FeatureCollection<Polygon>} of triangles |
{ | ||
"name": "@turf/tesselate", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "turf tesselate module", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
10930
197