Skip to content

Instantly share code, notes, and snippets.

@psbolden
psbolden / index.html
Last active January 21, 2017 19:44 — forked from anonymous/index.html
Vue 2 Router Example - source https://jsbin.com/bikadol/7
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="app">
<router-view class="view"></router-view>
@psbolden
psbolden / sample_svg.json
Created October 26, 2016 22:25 — forked from blitline-dev/sample_svg.json
sample_svg.json
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/dev.blitline/sample.svg",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width" : 400
},
"save":{
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/filters/boys.jpeg",
"functions": [
{
"name": "composite",
"params": {
"src": "https://s3.amazonaws.com/img.blitline/grad_vignette_index.png"
},
"functions": [
@psbolden
psbolden / 0_reuse_code.js
Created June 30, 2016 15:45
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console