This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ComponentType, useEffect } from "react" | |
import { createStore } from "https://framer.com/m/framer/store.js@^1.0.0" | |
import { randomColor } from "https://framer.com/m/framer/utils.js@^0.9.0" | |
import Furniture_card from "../canvasComponent/em5g0kT7d" | |
import _ from "lodash" | |
import { Color, motion } from "framer" | |
// Learn more: https://www.framer.com/docs/guides/overrides/ | |
// Uses this template: https://www.airtable.com/templates/featured/expZvMLT9L6c4yeBX/product-catalog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;------------------------------------------------------------------------------ | |
; Generic mobile device sizes | |
;------------------------------------------------------------------------------ | |
"mobile" | |
"Android LDPI Small QVGA" 240 320 pixels 120 dpi RGB 8 1.0 white "none" | |
"Android LDPI Normal WQVGA400" 240 400 pixels 120 dpi RGB 8 1.0 white "none" | |
"Android LDPI Normal WQVGA432" 240 432 pixels 120 dpi RGB 8 1.0 white "none" | |
"Android LDPI Extra Large" 1024 600 pixels 120 dpi RGB 8 1.0 white "none" |