{"id":23276267,"url":"https://github.com/dinoscapeprogramming/image-logger","last_synced_at":"2025-04-06T11:45:13.574Z","repository":{"id":144663948,"uuid":"480545771","full_name":"DinoscapeProgramming/image-logger","owner":"DinoscapeProgramming","description":"Log images on the console","archived":false,"fork":false,"pushed_at":"2022-04-11T21:06:42.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T17:28:23.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DinoscapeProgramming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-11T20:43:52.000Z","updated_at":"2022-04-11T20:44:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4c9f0b5-d499-4582-8dd0-84d91928bf9d","html_url":"https://github.com/DinoscapeProgramming/image-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoscapeProgramming%2Fimage-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoscapeProgramming%2Fimage-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoscapeProgramming%2Fimage-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoscapeProgramming%2Fimage-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DinoscapeProgramming","download_url":"https://codeload.github.com/DinoscapeProgramming/image-logger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478253,"owners_count":20945262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T21:30:18.016Z","updated_at":"2025-04-06T11:45:13.535Z","avatar_url":"https://github.com/DinoscapeProgramming.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Logger\nLog images on the console\n\n## Get started\n\n### Script Tag\nFirst copy the file __image-logger.js__ and then add this script tag into your body tag\n```html\n\u003cscript src=\"image-logger.js\"\u003e\u003c/script\u003e\n```\n\n## Use the framework\n\nYou need to call a function named __console.image__. Specify a image url as parameter.\n```js\nconsole.image(\"imageURL\")\n```\n\n## Example\n\n### index.html\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\n\u003chead\u003e\n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width\"\u003e\n  \u003ctitle\u003eImage Logger\u003c/title\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n  \u003cscript src=\"image-logger.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"script.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e\n```\n\n### script.js\n```js\nconsole.image(\"https://avatars.githubusercontent.com/u/95239392?v=4\")\n```\n\n### image-logger.js\nCopy the file from this repository\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinoscapeprogramming%2Fimage-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinoscapeprogramming%2Fimage-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinoscapeprogramming%2Fimage-logger/lists"}