Skip to content

Instantly share code, notes, and snippets.

@pinguxx
pinguxx / citation-preview.js
Last active September 20, 2018 20:23
CloudCitePreview is a component that creates citations for a bibliography.
import * as hyperHTML from 'hyperhtml';
import removeEmptyFromObject from './functions/removeEmptyFromObject';
import generateCSL from './functions/generateCSL';
import generateHTML from './functions/generateHTML';
class CloudCitePreview extends HTMLElement {
static get observedAttributes() {
return []
}
@pinguxx
pinguxx / LICENSE.txt
Created December 8, 2011 23:43 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE