moved to https://github.com/the-grid/the-graph/blob/master/the-graph/font-awesome-unicode-map.js
  
    
      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
    
  
  
    
  | { | |
| "properties": { | |
| "name": "makepath", | |
| "id": "gd8s5", | |
| "environment": { | |
| "type": "noflo-browser", | |
| "content": "<canvas id=\"canvas\" width=\"200\" height=\"200\"></canvas>" | |
| } | |
| }, | |
| "inports": {}, | 
  
    
      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
    
  
  
    
  | { | |
| "properties": { | |
| "name": "mousebez", | |
| "id": "af975fd9fd7408002676", | |
| "environment": { | |
| "type": "noflo-browser", | |
| "content": "" | |
| } | |
| }, | |
| "inports": {}, | 
  
    
      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
    
  
  
    
  | var noflo = require('noflo'); | |
| exports.getComponent = function () { | |
| var c = new noflo.Component(); | |
| c.icon = "circle-o" | |
| c.inPorts.add('faces'); | |
| c.outPorts.add('circles'); | |
| c.outPorts.add('dimensions'); | 
  
    
      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
    
  
  
    
  | noflo = require 'noflo' | |
| class Measure extends noflo.AsyncComponent | |
| description: 'Load image from URL and get dimensions' | |
| icon: 'picture-o' | |
| constructor: -> | |
| @inPorts = | |
| url: new noflo.Port 'string' | |
| @outPorts = | |
| dimensions: new noflo.Port 'array' | 
  
    
      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
    
  
  
    
  | { | |
| "info": { | |
| "author": "meemoo", | |
| "title": "selfie-glitch, inspired by selfie-obliteration", | |
| "description": "\"2013 was the year of the selfie. 2013 is over. Welcome another you.\" —selfie-obliteration", | |
| "parents": [ | |
| "https://gist.github.com/8181561" | |
| ], | |
| "url": "selfie-glitch" | |
| }, | 
  
    
      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
    
  
  
    
  | { | |
| "properties": { | |
| "name": "photobooth", | |
| "environment": { | |
| "runtime": "html", | |
| "src": "preview/iframe.html", | |
| "width": 300, | |
| "height": 300, | |
| "content": " <video id=\"vid\" autoplay loop width=\"640\" height=\"480\" style=\"display:none;\"></video>\n <canvas id=\"out\" width=\"640\" height=\"480\" style=\"max-width:100%;\"></canvas>\n\n<input id=\"slider\" type=\"range\" min=\"0\" max=\"1\" value=\"0.5\" step=\"0.01\"></input>\n <button id=\"start\">start camera</button>\n <button id=\"prev\">prev</button>\n <button id=\"next\">next</button>\n <button id=\"save\">save</button>\n\n<style>\n #saved img { width: 160px; height: 120px;}\n</style>\n<div id=\"saved\"></div>", | |
| "type": "noflo-browser" | 
  
    
      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
    
  
  
    
  | { | |
| "properties": { | |
| "name": "camTest", | |
| "environment": { | |
| "runtime": "html", | |
| "src": "./preview/iframe.html", | |
| "width": 300, | |
| "height": 300, | |
| "content": " <video id=\"video\" autoplay style=\"display:none\"></video><canvas id=\"filtered\" width=\"640\" height=\"480\" style=\"\"></canvas>\n " | |
| } | 
  
    
      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
    
  
  
    
  | { | |
| "properties": { | |
| "name": "camTest", | |
| "environment": { | |
| "runtime": "html", | |
| "src": "./preview/iframe.html", | |
| "width": 300, | |
| "height": 300, | |
| "content": " <video id=\"video\" autoplay style=\"width:100%\"></video>\n \n " | |
| } | 
  
    
      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
    
  
  
    
  | { | |
| "properties": { | |
| "environment": { | |
| "runtime": "html", | |
| "content": "<div class='area' title='.area'>\n <img id='clock' src='https://i.imgur.com/0S7R8OU.png' style='position:absolute; width:300px; height:300px; top:0; left:0;' />\n <img id='hours' src='https://i.imgur.com/Fw8L3L1.png' style='position:absolute; top:50px; left:130px; height:200px;' />\n <img id='minutes' src='https://i.imgur.com/WtSz99Q.png' style='position:absolute; top:0; left:140px; height:300px;' />\n <img id='seconds' src='https://i.imgur.com/m2PQs6E.png' style='position:absolute; top:0; left:145px; height:300px;' />\n</div>", | |
| "width": 300, | |
| "height": 300, | |
| "src": "./preview/iframe.html" | |
| }, | |
| "name": "NoFlo" |