@netless/slide 1.4.6-alpha.2 → 1.4.6

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 CHANGED
@@ -4,6 +4,9 @@
4
4
 
5
5
  ## changelog
6
6
 
7
+ ### 1.4.6 (2024-06-20)
8
+ * 修复含有柔化边缘/发光/阴影特效的图形消失或效果不显示问题
9
+
7
10
  ### 1.4.5 (2024-06-13)
8
11
  * 修复图形内箭头错位问题
9
12
 
package/lib/Slide.d.ts CHANGED
@@ -6,7 +6,7 @@ export type { ErrorType } from "@netless/ppt-player";
6
6
  export declare type UrlInterrupter = (url: string) => Promise<string>;
7
7
  export interface ILoaderDelegate {
8
8
  /**
9
- * Load JSON resources, need to return JSON text.
9
+ * Load JSON resources, need to return JSON text..
10
10
  * @param url Original resource address
11
11
  */
12
12
  loadJson(url: string): Promise<string>;