Skip to content

Instantly share code, notes, and snippets.

View tomByrer's full-sized avatar
🎦
researching video players

Tom Byrer tomByrer

🎦
researching video players
View GitHub Profile
@tomByrer
tomByrer / index.mjs
Created September 15, 2021 15:47
faker.js addresses
import faker from 'faker' ;
function fakeOrg(){
const namePersonOrOrg = (Math.random() < 0.5)
? faker.name.firstName() +' '+ faker.name.lastName()
: faker.company.companyName()
console.log(namePersonOrOrg)
return {
name: namePersonOrOrg,
// card: faker.helpers.userCard(),
@tomByrer
tomByrer / coloring-with-code-image-palette-extraction-fork.markdown
Created March 16, 2025 07:31
Coloring With Code — Image Palette Extraction fork