From b9b12b26ada5a41e2595bf33866ed3bc5f2356a9 Mon Sep 17 00:00:00 2001 From: Charoite Lee Date: Wed, 18 Sep 2024 14:22:49 +0000 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dff80f0..6d76383 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,16 @@ Since AWS Lambda is a secure and isolated runtime and execution environment, the [Chart.js](https://github.com/chartjs/chart.js) provides a set of frequently used chart types, plugins, and customization options. In addition to a reasonable set of built-in chart types, there are also community-maintained chart types. +> Current supported version chart.js@3.9.1 with chartjs-node-canvas@4.1.6 + ### Fabric.js support [Fabric.js](https://github.com/fabricjs/fabric.js) provides a missing and interactive object model for canvas, as well as an SVG parser, layer of interactivity, and a whole suite of other indispensable tools. +> Current supported version fabric@6.4.2 + ### Konva support [Konva](https://github.com/konvajs/konva) enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more. + +> Current supported version konva@9.3.15