├── README.md ├── qrcode.sketchplugin └── Contents │ └── Sketch │ ├── main.cocoascript │ ├── manifest.json │ └── utils.cocoascript └── screenshot.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex1t/QRCode-for-Sketch-Local-Sharing/HEAD/README.md -------------------------------------------------------------------------------- /qrcode.sketchplugin/Contents/Sketch/main.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex1t/QRCode-for-Sketch-Local-Sharing/HEAD/qrcode.sketchplugin/Contents/Sketch/main.cocoascript -------------------------------------------------------------------------------- /qrcode.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex1t/QRCode-for-Sketch-Local-Sharing/HEAD/qrcode.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /qrcode.sketchplugin/Contents/Sketch/utils.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex1t/QRCode-for-Sketch-Local-Sharing/HEAD/qrcode.sketchplugin/Contents/Sketch/utils.cocoascript -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex1t/QRCode-for-Sketch-Local-Sharing/HEAD/screenshot.png --------------------------------------------------------------------------------