This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="10mm" height="10mm" viewBox="0 0 28.34645669291339 28.34645669291339"> | |
<g> | |
<g> | |
<g> | |
<path d="M0 0 L28.34645669291339 0 L28.34645669291339 28.34645669291339 L0 28.34645669291339 L0 0 Z " fill="none" stroke="#000000" stroke-width="0.2834645669291339" /> | |
<g> | |
</g> | |
</g> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "forresto", | |
"title": "slitscan", | |
"description": "slitscan", | |
"parents": [ | |
"https://gist.github.com/3707631", | |
"https://gist.github.com/cb7710281677eb24a87e5911b2065825" | |
], | |
"url": "slitscan" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "meemoo", | |
"title": "1989 mac dithering", | |
"description": "", | |
"parents": [ | |
"https://gist.github.com/3721129", | |
"https://gist.github.com/3722026" | |
], | |
"url": "atkinson-cam" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "spin grid", | |
"author": "forresto", | |
"description": "grid spinnn tBoD 4eva", | |
"url": "spin-grid" | |
}, | |
"nodes": [ | |
{ | |
"id": 6, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Registers the lite-youtube custom element | |
import "@justinribeiro/lite-youtube"; | |
import { Node, mergeAttributes } from "@tiptap/core"; | |
import { Plugin, PluginKey } from "prosemirror-state"; | |
// Captures the YouTube ID as the first matching group. | |
// Vendored 2021-10-07 from https://github.com/micnews/youtube-url/blob/master/index.js | |
const youtubeRegExp = | |
/^(?:(?:https?:)?\/\/)?(?:www\.)?(?:m\.)?(?:youtu(?:be)?\.com\/(?:v\/|embed\/|watch(?:\/|\?v=))|youtu\.be\/)((?:\w|-){11})(?:\S+)?$/; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "meemoo", | |
"title": "1989-gameboy-looking png", | |
"description": "dot matrix with stereo sound baby", | |
"parents": [ | |
"https://gist.github.com/3721129", | |
"https://gist.github.com/3722026" | |
], | |
"url": "dot-matrix" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "technically the slit is horizontal", | |
"author": "forresto", | |
"description": "video file to still image", | |
"url": "vertical-slitscan" | |
}, | |
"nodes": [ | |
{ | |
"id": 4, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
// How to use | |
export const triggerSVGImportFilePicker = async () => { | |
const files = await pickFile({ accept: ".svg" }); | |
if (files && files.length) { | |
handleFiles(files); | |
} | |
}; | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = new Vue({ | |
el: '#app', | |
data: { | |
message: 'Hello Vue! AF is cool.' | |
} | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"title": "cam to gif", | |
"author": "forresto", | |
"description": "webcam to animated gif", | |
"url": "2020-10-28-coworking-sess" | |
}, | |
"nodes": [ | |
{ | |
"id": 1, |