Where to start, what to use, what to do, etc.
The main object for the API.
var AC = new webkitAudioContext();
Ordered by awesomeness.
note:
Some of these are just svg files, but you can
turn them into a font by using, for example, Icomoon.
{ | |
"quotes": [ | |
{ | |
"quote": "No great thing is created suddenly.", | |
"author_cid": 1 | |
} | |
], | |
"authors": [ |
defmodule App.GraphQL.Helpers do | |
alias GraphQL.Type.{ID, List} | |
def build_definition(model, :single) do | |
%{ | |
type: build_type(model), | |
args: %{ id: %{ type: ID }}, | |
resolve: &model.resolve/3, | |
} | |
end |
const iconPlugin = { | |
iconPlugin: { | |
type: 'perItem', | |
fn: item => { | |
if (item.elem) { | |
item.eachAttr(attr => { | |
if ([ 'fill', 'stroke' ].indexOf(attr.name) > -1) { | |
// if (attr.value === '#000') { | |
// attr.value = 'currentColor'; | |
// } else if (attr.value === '#F00') { |
Clarification of ghost boxes:
They look like boxes, but actually you can directly touch the object inside them.
That is, the box is an illusion.
Verifying that "icidasset.id" is my Blockstack ID. https://onename.com/icidasset |