Browse Source

Initial commit

Add files
master
TheoryOfNekomata 3 years ago
commit
2ba978b722
5 changed files with 4099 additions and 0 deletions
  1. +17
    -0
      .gitignore
  2. +6
    -0
      code/canvas.tsx
  3. +4064
    -0
      design/document.json
  4. +8
    -0
      package.json
  5. +4
    -0
      yarn.lock

+ 17
- 0
.gitignore View File

@@ -0,0 +1,17 @@
# General
.DS_Store
Icon\r

# Framer
.cache
.config.json
.backups
.framer-lock
.project.log
yarn-error.log
build
dist
node_modules
.npmrc
.yarnrc
*.framerxproj

+ 6
- 0
code/canvas.tsx View File

@@ -0,0 +1,6 @@
// WARNING: this file is auto generated, any changes will be lost
import { createDesignComponent, CanvasStore } from "framer"
const canvas = CanvasStore.shared(); // CANVAS_DATA;
export const C = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_NGeJh3Bo8", {}, 16,80);
export const C_ = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_i7RfkQCKe", {}, 11,52);
export const Octave = createDesignComponent<{parentSize?:{width:number|string,height:number|string},width?:number|string,height?:number|string}>(canvas, "id_o8LRh6Ucw", {}, 112,"1fr");

+ 4064
- 0
design/document.json
File diff suppressed because it is too large
View File


+ 8
- 0
package.json View File

@@ -0,0 +1,8 @@
{
"framer": {
"id": "77a530e7-852c-40d0-81ab-e2030149b2dd"
},
"peerDependencies": {
"framer": "^1"
}
}

+ 4
- 0
yarn.lock View File

@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1



Loading…
Cancel
Save