Skip to content

Commit

Permalink
Merge pull request #117 from sunnydanu/feat(new-tool)--image-to-css
Browse files Browse the repository at this point in the history
feat(new-tool):-image-to-css
  • Loading branch information
sunnydanu authored Nov 4, 2024
2 parents ecd3ff0 + 2d16fa4 commit babca45
Show file tree
Hide file tree
Showing 8 changed files with 338 additions and 37 deletions.
3 changes: 2 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ declare module '@vue/runtime-core' {
IconMdiVideo: typeof import('~icons/mdi/video')['default']
ImageExifReader: typeof import('./src/tools/image-exif-reader/image-exif-reader.vue')['default']
ImageResizer: typeof import('./src/tools/image-resizer/image-resizer.vue')['default']
ImageToCss: typeof import('./src/tools/image-to-css/image-to-css.vue')['default']
InputCopyable: typeof import('./src/components/InputCopyable.vue')['default']
IntegerBaseConverter: typeof import('./src/tools/integer-base-converter/integer-base-converter.vue')['default']
IpGeoLocation: typeof import('./src/tools/ip-geo-location/ip-geo-location.vue')['default']
Expand Down Expand Up @@ -192,9 +193,9 @@ declare module '@vue/runtime-core' {
NP: typeof import('naive-ui')['NP']
NProgress: typeof import('naive-ui')['NProgress']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSelect: typeof import('naive-ui')['NSelect']
NSlider: typeof import('naive-ui')['NSlider']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
NStatistic: typeof import('naive-ui')['NStatistic']
NSwitch: typeof import('naive-ui')['NSwitch']
NTable: typeof import('naive-ui')['NTable']
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=4096 vite build",
"build": "vue-tsc --noEmit && NODE_OPTIONS=--max_old_space_size=8192 vite build",
"preview": "vite preview --port 5050",
"test": "npm run test:unit",
"test:unit": "vitest --environment jsdom",
Expand Down Expand Up @@ -112,14 +112,15 @@
"qrcode": "^1.5.1",
"randexp": "^0.5.3",
"sql-formatter": "^13.0.0",
"svg-to-url": "^4.0.0",
"tesseract.js": "^5.0.4",
"ua-parser-js": "^1.0.35",
"ulid": "^2.3.0",
"unicode-emoji-json": "^0.4.0",
"unplugin-auto-import": "^0.16.4",
"uuid": "^9.0.0",
"vanilla-jsoneditor": "^0.23.8",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.3.4",
"vue-i18n": "^9.9.1",
"vue-router": "^4.1.6",
Expand Down
Loading

0 comments on commit babca45

Please sign in to comment.