1.4.0 • Published 2 years ago

image-host-embed v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Image host embed generator

Public npm package to have easy embeds for image hosts

ez

const EmbedGenerator = require('image-host-embed');
const embeds = new EmbedGenerator({
	title: 'site title'
});

console.log(
	embeds.image({
		title: 'embed title',
		author: '1nch',
		description: 'embed description woah',
		url: 'https://i.1nch.dev/ico/favicon.ico',
		color: '4287f5'
	}),
	
	embeds.video({
		title: 'embed title',
		author: '1nch',
		description: 'embed description woah',
		url: 'some random mp4',
		color: '4287f5'
	})
);
1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago