From a22d5af7e3bec58d053fe64f46f60238679bb5f9 Mon Sep 17 00:00:00 2001 From: ntnyq Date: Wed, 1 Jan 2025 01:24:34 +0800 Subject: [PATCH] feat: export all `constants` and `types` --- README.md | 8 ++++++- .../components/Playground/index.vue | 2 +- .../components/Playground/style.css | 18 +++++++--------- docs/.vitepress/theme/app.css | 21 ++++++++++--------- docs/uno.config.ts | 4 +++- src/index.ts | 5 +++++ 6 files changed, 34 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index fa0427b..edf62b6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ > [!IMPORTANT] > Status: Work In Progress, not ready for production. > -> Api may change every release, Use at your own risk. +> API is not stale now, Use at your own risk. ## Install @@ -27,6 +27,12 @@ yarn add svg-eslint-parser -D pnpm add svg-eslint-parser -D ``` +## Playground + +You can try the parser in [playground](https://svg-eslint-parser.ntnyq.com/play). + +Feel free to open an issue if you have any suggestions or find any bugs. + ## Links - [Scalable Vector Graphics (SVG) 2](https://www.w3.org/TR/SVG2/) diff --git a/docs/.vitepress/components/Playground/index.vue b/docs/.vitepress/components/Playground/index.vue index 95972ee..8e4f85a 100644 --- a/docs/.vitepress/components/Playground/index.vue +++ b/docs/.vitepress/components/Playground/index.vue @@ -5,7 +5,7 @@ import { Panel, PanelGroup, PanelResizeHandle } from 'vue-resizable-panels'