Skip to content

Instantly share code, notes, and snippets.

View literallylara's full-sized avatar
✌️

Lara Schütt literallylara

✌️
View GitHub Profile
export default {
"aliceblue": "#f0f8ff",
"antiquewhite": "#faebd7",
"aqua": "#00ffff",
"aquamarine": "#7fffd4",
"azure": "#f0ffff",
"beige": "#f5f5dc",
"bisque": "#ffe4c4",
"black": "#000000",
"blanchedalmond": "#ffebcd",
/**
* A `Window.postMessage()` wrapper that aims to simplify the process of
* having two windows communicate with each other (see below for more details).
*
* @author Lara Sophie Schütt (@literallylara)
* @license MIT
* @version 1.0.5
*/
const SYNC_STATE_IDLE = 0b00000