1.0.2 • Published 6 years ago

get-logo v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

get-logo

Returns a b64 logo of your choice

Please contribute SVGs to gilbarbara/logos so we can have a good collection !

⚠ shouldn't work in the browser due to CORS limitations.

Usage

const getLogo = require('get-logo');

getLogo('renault').then(data => {
  console.log(data);
  // data:image/jpeg;base64,/9j/4AAQSkZZBAAAAQDB....
})
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago