├── DevicePixelRatio.coffee ├── LICENSE ├── README.md └── dpr-example.framer ├── .temp.html ├── Icon ├── Icon ├── app.coffee ├── app.js ├── framer ├── .framer.modules.js.hash ├── backups │ └── backup-1460481395.coffee ├── coffee-script.js ├── config.json ├── framer.generated.js ├── framer.init.js ├── framer.js ├── framer.js.map ├── framer.js.map.old ├── framer.js.old ├── framer.modules.js ├── images │ ├── background.png │ ├── cursor-active.png │ ├── cursor-active@2x.png │ ├── cursor.png │ ├── cursor@2x.png │ ├── icon-120.png │ ├── icon-152.png │ ├── icon-76.png │ ├── icon-arrow.png │ ├── icon-arrow@2x.png │ ├── icon-close.png │ ├── icon-close@2x.png │ ├── icon-framer.png │ ├── icon-framer@2x.png │ ├── icon-share.png │ └── icon-share@2x.png ├── mirror.css ├── style.css └── version ├── images └── .gitkeep ├── index.html └── modules ├── .DS_Store └── DevicePixelRatio.coffee /DevicePixelRatio.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/DevicePixelRatio.coffee -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/README.md -------------------------------------------------------------------------------- /dpr-example.framer/.temp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/.temp.html -------------------------------------------------------------------------------- /dpr-example.framer/Icon: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dpr-example.framer/Icon : -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dpr-example.framer/app.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/app.coffee -------------------------------------------------------------------------------- /dpr-example.framer/app.js: -------------------------------------------------------------------------------- 1 | // Generated by CoffeeScript 1.9.3 2 | 3 | -------------------------------------------------------------------------------- /dpr-example.framer/framer/.framer.modules.js.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/.framer.modules.js.hash -------------------------------------------------------------------------------- /dpr-example.framer/framer/backups/backup-1460481395.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/backups/backup-1460481395.coffee -------------------------------------------------------------------------------- /dpr-example.framer/framer/coffee-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/coffee-script.js -------------------------------------------------------------------------------- /dpr-example.framer/framer/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/config.json -------------------------------------------------------------------------------- /dpr-example.framer/framer/framer.generated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/framer.generated.js -------------------------------------------------------------------------------- /dpr-example.framer/framer/framer.init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/framer.init.js -------------------------------------------------------------------------------- /dpr-example.framer/framer/framer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/framer.js -------------------------------------------------------------------------------- /dpr-example.framer/framer/framer.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/framer.js.map -------------------------------------------------------------------------------- /dpr-example.framer/framer/framer.js.map.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/framer.js.map.old -------------------------------------------------------------------------------- /dpr-example.framer/framer/framer.js.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/framer.js.old -------------------------------------------------------------------------------- /dpr-example.framer/framer/framer.modules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/framer.modules.js -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/background.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/cursor-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/cursor-active.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/cursor-active@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/cursor-active@2x.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/cursor.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/cursor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/cursor@2x.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-120.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-152.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-76.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-arrow.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-arrow@2x.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-close.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-close@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-close@2x.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-framer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-framer.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-framer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-framer@2x.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-share.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/images/icon-share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/images/icon-share@2x.png -------------------------------------------------------------------------------- /dpr-example.framer/framer/mirror.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/mirror.css -------------------------------------------------------------------------------- /dpr-example.framer/framer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/framer/style.css -------------------------------------------------------------------------------- /dpr-example.framer/framer/version: -------------------------------------------------------------------------------- 1 | 3 -------------------------------------------------------------------------------- /dpr-example.framer/images/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dpr-example.framer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/index.html -------------------------------------------------------------------------------- /dpr-example.framer/modules/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/modules/.DS_Store -------------------------------------------------------------------------------- /dpr-example.framer/modules/DevicePixelRatio.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jordandobson/framer-DevicePixelRatio/HEAD/dpr-example.framer/modules/DevicePixelRatio.coffee --------------------------------------------------------------------------------