From 1b4df5e283cc091c54a0d87174ea6a26d66cc1fb Mon Sep 17 00:00:00 2001 From: QuazChick Date: Sat, 9 Sep 2023 17:49:40 +0100 Subject: [PATCH] Update JSDoc description. (2.1.0) --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index e0696b5..7baa762 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -167,7 +167,7 @@ export function useFramage(animation?: FramageAnimation): [number, boolean] { } /** - Move between portions of an image to create flipbook-like animations! + Display portions of an image, flipbook animate between them and apply nineslice scaling! @version 2.1.0 @see https://npmjs.com/package/react-framage#usage