Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilIrving committed May 11, 2024
1 parent 04a7617 commit f9360d5
Show file tree
Hide file tree
Showing 35 changed files with 276 additions and 5,402 deletions.
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HEIC/HEIF to PNG/JPEG Converter - Simple, Free, and Offline</title>
<meta name="keywords" content="Convert HEIC/HEIF to PNG with high quality and lossless compression. Simply drag&#039;n&#039;drop your iPhone photos and get JPG or PNG files in seconds!">
<meta name="description" content="Convert HEIC/HEIF to PNG with high quality and lossless compression. Simply drag&#039;n&#039;drop your iPhone photos and get JPG or PNG files in seconds!">
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
Expand Down
11 changes: 3 additions & 8 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
}
},
"exclude": [
"node_modules",
"dist"
]
}
"exclude": ["node_modules", "dist"]
}
3,909 changes: 265 additions & 3,644 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "threejs",
"name": "heiconvert",
"version": "0.0.0",
"private": true,
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { RouterView } from 'vue-router'
<RouterView />
</template>



<style>
:root {
--height: 200px;
Expand Down
86 changes: 0 additions & 86 deletions src/assets/base.css

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/logo.svg

This file was deleted.

35 changes: 0 additions & 35 deletions src/assets/main.css

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/social/sprite-no-repeat.svg

This file was deleted.

89 changes: 0 additions & 89 deletions src/components/Three/ThreeJs.vue

This file was deleted.

Empty file removed src/components/Three/util.js
Empty file.
74 changes: 0 additions & 74 deletions src/components/Three/world/World.js

This file was deleted.

30 changes: 0 additions & 30 deletions src/components/Three/world/components/camera.js

This file was deleted.

Loading

0 comments on commit f9360d5

Please sign in to comment.