Add svg compressor

This commit is contained in:
2025-11-10 13:33:09 +07:00
parent 7ef6d71be8
commit d2f9d6aacc
6 changed files with 5952 additions and 3 deletions

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 177 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 177 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -3,7 +3,7 @@ import { Card, Typography, Flex } from 'antd';
import { setValSvg } from '../../components/Global/MqttConnection';
import SvgTemplate from './SvgTemplate';
import SvgViewer from './SvgViewer';
import filePathSvg from '../../assets/svg/test-new.svg';
import filePathSvg from '../../assets/svg/compressorA_rev.svg';
const { Text } = Typography;

View File

@@ -3,7 +3,7 @@ import { Card, Typography, Flex } from 'antd';
import { setValSvg } from '../../components/Global/MqttConnection';
import SvgTemplate from './SvgTemplate';
import SvgViewer from './SvgViewer';
import filePathSvg from '../../assets/svg/test-new.svg';
import filePathSvg from '../../assets/svg/compressorB_rev.svg';
const { Text } = Typography;

View File

@@ -3,7 +3,7 @@ import { Card, Typography, Flex } from 'antd';
import { setValSvg } from '../../components/Global/MqttConnection';
import SvgTemplate from './SvgTemplate';
import SvgViewer from './SvgViewer';
import filePathSvg from '../../assets/svg/test-new.svg';
import filePathSvg from '../../assets/svg/compressorC_rev.svg';
const { Text } = Typography;