From cd504dd6d4076908529956266b04bf17a7f454fc Mon Sep 17 00:00:00 2001 From: 0shuvo0 Date: Fri, 1 Oct 2021 18:34:29 +0600 Subject: [PATCH] Added svgator in general tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eadbb383..2dad0026 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Extends Class](https://extendsclass.com/) : Online developer tools: REST and SOAP clients, SQLite browser, testers (Regex, XPath, JSONPath) and other tools (Encoders, Converters and formatters) - [EmailDrop](https://www.emaildrop.io/): Emaildrop is a free disposable email provider. - [Repl.it](https://repl.it): Accessible prototyping tool for various needs. +- [Svgator](https://www.svgator.com/): Animate svg graphically. Its like a video editor but for svg.
↥ Back To Top