m4-w-fast 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/index.cjs +6783 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +6781 -0
- package/dist/intersect.worker.js +2 -2
- package/dist/isoBands.worker.js +1 -1
- package/dist/m4-w-fast.umd.js +1 -1
- package/dist/readFile.js +1 -1
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
- 新增`buildGridCanvasClipByJson(breaks: number[], colors: (number[] | string)[], json: FeatureCollection, options?: CanvasOptions): HTMLCanvasElement | null` 用于输出一个基于数据栅格的 `HTMLCanvasElement`, 有填色并裁剪
|
|
36
36
|
- v1.0.10
|
|
37
37
|
- 修复了 `getIsoBandsCanvas` 方法在`lat格距`为负值时结果不正确的问题
|
|
38
|
+
- v1.0.11
|
|
39
|
+
- 修复了在 `vite8` 环境下的验证问题, 导出更加严格
|
|
38
40
|
### 类型参照
|
|
39
41
|
> ReadConfig
|
|
40
42
|
|