Skip to content

Commit

Permalink
feat: 23 refactor effects to vue files (#28)
Browse files Browse the repository at this point in the history
* feat: outline effect is now to a .vue file

* docs: docs for outline effect

* chore: replaced composer injection key by symbol

---------

Co-authored-by: Tino Koch <tino.koch@xpoli.eu>
  • Loading branch information
Tinoooo and Tino Koch authored Jun 23, 2023
1 parent 57efe2e commit a84149b
Show file tree
Hide file tree
Showing 28 changed files with 580 additions and 22,243 deletions.
62 changes: 57 additions & 5 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,71 @@
{
"hash": "216c3971",
"browserHash": "4f6163ef",
"hash": "81ff6925",
"browserHash": "473c7311",
"optimized": {
"vue": {
"src": "../../../../node_modules/.pnpm/vue@3.3.4/node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "58a674fe",
"fileHash": "e0f85e32",
"needsInterop": false
},
"gsap": {
"src": "../../../../node_modules/.pnpm/gsap@3.11.5/node_modules/gsap/index.js",
"file": "gsap.js",
"fileHash": "785d9bcc",
"fileHash": "a1047eb4",
"needsInterop": false
},
"@tresjs/core": {
"src": "../../../../node_modules/.pnpm/@tresjs+core@2.2.0_react@18.2.0_three@0.153.0_vue@3.3.4/node_modules/@tresjs/core/dist/tres.js",
"file": "@tresjs_core.js",
"fileHash": "216c28c4",
"needsInterop": false
},
"three": {
"src": "../../../../node_modules/.pnpm/three@0.153.0/node_modules/three/build/three.module.js",
"file": "three.js",
"fileHash": "9a40fae2",
"needsInterop": false
},
"postprocessing": {
"src": "../../../../node_modules/.pnpm/postprocessing@6.32.1_three@0.153.0/node_modules/postprocessing/build/index.js",
"file": "postprocessing.js",
"fileHash": "ffe50dce",
"needsInterop": false
},
"three-stdlib": {
"src": "../../../../node_modules/.pnpm/three-stdlib@2.23.10_three@0.153.0/node_modules/three-stdlib/index.js",
"file": "three-stdlib.js",
"fileHash": "fac9912b",
"needsInterop": false
},
"@vueuse/core": {
"src": "../../../../node_modules/.pnpm/@vueuse+core@10.2.0_vue@3.3.4/node_modules/@vueuse/core/index.mjs",
"file": "@vueuse_core.js",
"fileHash": "e6eff212",
"needsInterop": false
},
"@tresjs/cientos": {
"src": "../../../../node_modules/.pnpm/@tresjs+cientos@2.1.4_@tresjs+core@2.2.0_three@0.153.0_vue@3.3.4/node_modules/@tresjs/cientos/dist/trescientos.js",
"file": "@tresjs_cientos.js",
"fileHash": "6af2a1e9",
"needsInterop": false
}
},
"chunks": {}
"chunks": {
"chunk-WW4XYHDC": {
"file": "chunk-WW4XYHDC.js"
},
"chunk-HEVM5OMM": {
"file": "chunk-HEVM5OMM.js"
},
"chunk-JKV2V35Q": {
"file": "chunk-JKV2V35Q.js"
},
"chunk-MWU5CND6": {
"file": "chunk-MWU5CND6.js"
},
"chunk-4EOJPDL2": {
"file": "chunk-4EOJPDL2.js"
}
}
}
2 changes: 2 additions & 0 deletions docs/.vitepress/cache/deps/gsap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/.vitepress/cache/deps/gsap.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a84149b

Please sign in to comment.