From 7c6dbe0d94c98c73831faaf9e0f9d3b4525ebec7 Mon Sep 17 00:00:00 2001 From: Shubham Pandey Date: Thu, 29 Jul 2021 20:30:00 +0530 Subject: [PATCH] Fixed onRenderFramePost type in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feec69a0..ea89a893 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Note that not all props listed below apply to all 4 components. The last 4 colum | minZoom | number | 0.01 | Lowest zoom out level permitted on the 2D canvas. | :heavy_check_mark: | | | | | maxZoom | number | 1000 | Highest zoom in level permitted on the 2D canvas. | :heavy_check_mark: | | | | | onRenderFramePre | func | *-* | Callback function to invoke at every frame, immediately before any node/link is rendered to the canvas. This can be used to draw additional external items on the canvas. The canvas context and the current global scale are included as parameters: `.onRenderFramePre(, )`. | :heavy_check_mark: | | | | -| onRenderFramePost | func | *-* | Callback function to invoke at every frame, immediately after the last node/link is rendered to the canvas. This can be used to draw additional external items on the canvas. The canvas context and the current global scale are included as parameters: `.onRenderFramePre(, )`. | :heavy_check_mark: | | | | +| onRenderFramePost | func | *-* | Callback function to invoke at every frame, immediately after the last node/link is rendered to the canvas. This can be used to draw additional external items on the canvas. The canvas context and the current global scale are included as parameters: `.onRenderFramePost(, )`. | :heavy_check_mark: | | | | | Method | Arguments | Description | 2D | 3D | VR | AR | | --- | :--: | --- | :--: | :--: | :--: | :--: |