JSConf 2018

Cypress.io

  • - End-to-end tests with a unit-testing like format
  • - NOT based on Selenium
  • - Can access both Node and Browser APIs
  • - Comes with an excellent test runner
  • - Very good documentation

The web as a creative space

PXON is a proposed standard, which no one needs or even asked for, of the representation of pixel art using JSON and properties of the Exif RDF schema.

{
  "exif": {
    "software": "http://pxonloop.glitch.me",
    "artist": "jenn schiffer",
    "imageDescription": "smile",
    "userComment": "an example pixel drawing to show off pxon",
    "copyright": "jenn schiffer 2018",
    "dateTime": "2015-09-17T15:21:51.761Z"
  },
  "pxif": {
    "pixels": [
      {
        "x": 75,
        "y": 69,
        "color": "rgba(0, 0, 0, 1)",
        "size": 15
      },
      ...
    ]
  }
}

JSConf 2018

By unicode

JSConf 2018

  • 143