livephotoskit
Advanced tools
Comparing version 1.4.6 to 1.4.8
@@ -63,3 +63,3 @@ /* | ||
v1.4.6 | ||
v1.4.8 | ||
*/ | ||
@@ -214,3 +214,5 @@ | ||
*/ | ||
updateSize(): void; | ||
updateSize(force: boolean): boolean; | ||
updateSize(displayWidth: number, displayHeight: number): boolean; | ||
updateSize(displayWidthOrForce?: number | boolean, displayHeight?: number): boolean; | ||
/** | ||
@@ -217,0 +219,0 @@ * The width, in pixels, of the underlying photo asset provided to the Player. |
@@ -33,3 +33,3 @@ { | ||
"types": "index.d.ts", | ||
"version": "1.4.6" | ||
"version": "1.4.8" | ||
} |
@@ -13,2 +13,9 @@ # LivePhotosKit JS | ||
## Documentation | ||
For more detailed documentation, see | ||
https://developer.apple.com/reference/livephotoskitjs | ||
For information about Live Photos for developers, see https://developer.apple.com/live-photos | ||
## Installation | ||
@@ -58,8 +65,1 @@ | ||
- On Android: Chrome (Performance depends on device) | ||
## Documentation | ||
For more detailed documentation, see | ||
https://developer.apple.com/reference/livephotoskitjs | ||
For information about Live Photos for developers, see https://developer.apple.com/live-photos |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160147
1005