An open API service indexing awesome lists of open source software.

https://github.com/dinoscapeprogramming/image-logger

Log images on the console
https://github.com/dinoscapeprogramming/image-logger

Last synced: about 1 year ago
JSON representation

Log images on the console

Awesome Lists containing this project

README

          

# Image Logger
Log images on the console

## Get started

### Script Tag
First copy the file __image-logger.js__ and then add this script tag into your body tag
```html

```

## Use the framework

You need to call a function named __console.image__. Specify a image url as parameter.
```js
console.image("imageURL")
```

## Example

### index.html
```html



Image Logger


```

### script.js
```js
console.image("https://avatars.githubusercontent.com/u/95239392?v=4")
```

### image-logger.js
Copy the file from this repository