Skip to content

Commit

Permalink
fix canvas typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deyihu committed Nov 5, 2024
1 parent 66d3790 commit c3d48d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tileclip.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import geojsonbbox from '@maptalks/geojson-bbox';
import lineclip from 'lineclip';
import { getBlankTile, getCanvas, imageClip, toBlobURL } from './cavnas';
import { getBlankTile, getCanvas, imageClip, toBlobURL } from './canvas';
import { bboxInBBOX, bboxIntersect } from './bbox';

const GeoJSONCache = {};
Expand Down
2 changes: 1 addition & 1 deletion src/tileget.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getCanvas, imageFilter } from './cavnas';
import { getCanvas, imageFilter } from './canvas';

const headers = {
'accept': 'image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8',
Expand Down

0 comments on commit c3d48d1

Please sign in to comment.