Skip to content

Commit 805a9ed

Browse files
committed
docs update
1 parent 13a2787 commit 805a9ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+140
-136
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ TypeScript-based library for managing SVG in the browser and Node.js. The modula
310310

311311

312312

313+
314+
315+
316+
313317

314318

315319

docs/css/styles.1682510213010.css docs/css/styles.1682510489591.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="font-roboto bg-gray-900 text-gray-100 relative flex flex-col w-screen h-screen hp-gradient" id="special-page">
@@ -51,15 +51,15 @@ <h1 class="text-slate-100 font-extrabold text-4xl sm:text-5xl lg:text-6xl tracki
5151
<p class="mt-12 sm:text-2xl lg:text-3x text-slate-100 text-center max-w-3xl mx-auto px-4 pb-6 text-shadow">TypeScript-based library for managing SVG in the browser and Node.js. The modular approach allows you to select only the required functions. It works well with all modern bundlers and Node.js and supports tree shaking 🌲.</p>
5252

5353
<div class="mt-12 sm:mt-10 flex justify-center space-x-6 text-sm">
54-
<a class="get-started-btn bg-slate-100 hover:bg-slate-200 focus:outline-none focus:ring-2 focus:ring-slate-200 focus:ring-offset-2 focus:ring-offset-slate-50 text-gray-900 font-semibold px-14 py-5 text-lg rounded-lg flex items-center justify-center sm:w-auto" href="/pages/typescript-usage.html">
54+
<a class="get-started-btn bg-yellow-100 hover:bg-yellow-200 focus:outline-none focus:ring-2 focus:ring-slate-200 focus:ring-offset-2 focus:ring-offset-slate-50 text-gray-900 font-semibold px-14 py-5 text-lg rounded-lg flex items-center justify-center sm:w-auto" href="/pages/typescript-usage.html">
5555
Get Started &rarr;
5656
</a>
5757
</div>
5858
</div>
5959
</div>
6060

6161

62-
<script src="/js/index.1682510213010.js"></script>
62+
<script src="/js/index.1682510489591.js"></script>
6363
<script src="/highlight.js/highlight.min.js"></script>
6464
<script>
6565
try{

docs/js/index.1682510213010.js docs/js/index.1682510489591.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

docs/pages/animate-motion-mpath.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -232,6 +232,6 @@
232232
</div>
233233
</footer>-->
234234

235-
<script src="/js/index.1682510213010.js"></script>
235+
<script src="/js/index.1682510489591.js"></script>
236236
</body>
237237
</html>

docs/pages/append-once.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -218,6 +218,6 @@
218218
</div>
219219
</footer>-->
220220

221-
<script src="/js/index.1682510213010.js"></script>
221+
<script src="/js/index.1682510489591.js"></script>
222222
</body>
223223
</html>

docs/pages/beautify-path.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -228,6 +228,6 @@
228228
</div>
229229
</footer>-->
230230

231-
<script src="/js/index.1682510213010.js"></script>
231+
<script src="/js/index.1682510489591.js"></script>
232232
</body>
233233
</html>

docs/pages/bounding-box.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -226,6 +226,6 @@
226226
</div>
227227
</footer>-->
228228

229-
<script src="/js/index.1682510213010.js"></script>
229+
<script src="/js/index.1682510489591.js"></script>
230230
</body>
231231
</html>

docs/pages/browser-usage.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -227,6 +227,6 @@
227227
</div>
228228
</footer>-->
229229

230-
<script src="/js/index.1682510213010.js"></script>
230+
<script src="/js/index.1682510489591.js"></script>
231231
</body>
232232
</html>

docs/pages/constants.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -218,6 +218,6 @@
218218
</div>
219219
</footer>-->
220220

221-
<script src="/js/index.1682510213010.js"></script>
221+
<script src="/js/index.1682510489591.js"></script>
222222
</body>
223223
</html>

docs/pages/create-animate-motion.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -306,6 +306,6 @@
306306
</div>
307307
</footer>-->
308308

309-
<script src="/js/index.1682510213010.js"></script>
309+
<script src="/js/index.1682510489591.js"></script>
310310
</body>
311311
</html>

docs/pages/create-animate-transform.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -311,6 +311,6 @@
311311
</div>
312312
</footer>-->
313313

314-
<script src="/js/index.1682510213010.js"></script>
314+
<script src="/js/index.1682510489591.js"></script>
315315
</body>
316316
</html>

docs/pages/create-animate.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -299,6 +299,6 @@
299299
</div>
300300
</footer>-->
301301

302-
<script src="/js/index.1682510213010.js"></script>
302+
<script src="/js/index.1682510489591.js"></script>
303303
</body>
304304
</html>

docs/pages/create-circle.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -307,6 +307,6 @@
307307
</div>
308308
</footer>-->
309309

310-
<script src="/js/index.1682510213010.js"></script>
310+
<script src="/js/index.1682510489591.js"></script>
311311
</body>
312312
</html>

docs/pages/create-clip-path.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -342,6 +342,6 @@
342342
</div>
343343
</footer>-->
344344

345-
<script src="/js/index.1682510213010.js"></script>
345+
<script src="/js/index.1682510489591.js"></script>
346346
</body>
347347
</html>

docs/pages/create-defs.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -230,6 +230,6 @@
230230
</div>
231231
</footer>-->
232232

233-
<script src="/js/index.1682510213010.js"></script>
233+
<script src="/js/index.1682510489591.js"></script>
234234
</body>
235235
</html>

docs/pages/create-ellipse.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -312,6 +312,6 @@
312312
</div>
313313
</footer>-->
314314

315-
<script src="/js/index.1682510213010.js"></script>
315+
<script src="/js/index.1682510489591.js"></script>
316316
</body>
317317
</html>

docs/pages/create-flower.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -347,6 +347,6 @@
347347
</div>
348348
</footer>-->
349349

350-
<script src="/js/index.1682510213010.js"></script>
350+
<script src="/js/index.1682510489591.js"></script>
351351
</body>
352352
</html>

docs/pages/create-group.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -288,6 +288,6 @@
288288
</div>
289289
</footer>-->
290290

291-
<script src="/js/index.1682510213010.js"></script>
291+
<script src="/js/index.1682510489591.js"></script>
292292
</body>
293293
</html>

docs/pages/create-line.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -312,6 +312,6 @@
312312
</div>
313313
</footer>-->
314314

315-
<script src="/js/index.1682510213010.js"></script>
315+
<script src="/js/index.1682510489591.js"></script>
316316
</body>
317317
</html>

docs/pages/create-mask.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -351,6 +351,6 @@
351351
</div>
352352
</footer>-->
353353

354-
<script src="/js/index.1682510213010.js"></script>
354+
<script src="/js/index.1682510489591.js"></script>
355355
</body>
356356
</html>

docs/pages/create-path.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<link id="favicon-16" rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16.png" />
1818

1919
<link rel="stylesheet" href="/highlight.js/styles/tokyo-night-dark.css" />
20-
<link rel="stylesheet" href="/css/styles.1682510213010.css" />
21-
<!--<link rel="stylesheet" href="/js/index.1682510213010.css" />-->
20+
<link rel="stylesheet" href="/css/styles.1682510489591.css" />
21+
<!--<link rel="stylesheet" href="/js/index.1682510489591.css" />-->
2222

2323
</head>
2424
<body class="h-screen flex flex-col font-roboto bg-white dark:bg-slate-900 dark:text-slate-100">
@@ -297,6 +297,6 @@
297297
</div>
298298
</footer>-->
299299

300-
<script src="/js/index.1682510213010.js"></script>
300+
<script src="/js/index.1682510489591.js"></script>
301301
</body>
302302
</html>

0 commit comments

Comments
 (0)