All Projects → u3u → console.img

u3u / console.img

Licence: MIT License
🎉 Display a picture in the Chrome browser console

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to console.img

acquia cli
Provides a Robo console application to the Acquia CloudAPI for managing deployment tasks and environment configuration.
Stars: ✭ 30 (-31.82%)
Mutual labels:  console
UE4 MagicConsole
Enhanced UE4 output log widget
Stars: ✭ 71 (+61.36%)
Mutual labels:  console
contour
Modern C++ Terminal Emulator
Stars: ✭ 761 (+1629.55%)
Mutual labels:  console
PathFinding
C# project. Realized a visualization of the pathfinding algorithms using Console (2D version), Windows Forms (2D version) and WPF (2D and 3D versions)
Stars: ✭ 18 (-59.09%)
Mutual labels:  console
laravel-crud-generator
Laravel CRUD Generator
Stars: ✭ 181 (+311.36%)
Mutual labels:  console
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+1738.64%)
Mutual labels:  console
magic-console
Interactive programming for Atom
Stars: ✭ 13 (-70.45%)
Mutual labels:  console
pyeez
easy elegant representation on console
Stars: ✭ 14 (-68.18%)
Mutual labels:  console
console4cats
💻 Effect-type agnostic Console I/O for Cats Effect (archived, use Cats Effect 3 instead)
Stars: ✭ 55 (+25%)
Mutual labels:  console
croatoan
Common Lisp bindings for the ncurses terminal library.
Stars: ✭ 111 (+152.27%)
Mutual labels:  console
unist-util-inspect
utility to inspect nodes
Stars: ✭ 16 (-63.64%)
Mutual labels:  console
Yuna
Yuan企业通用后台,快速实现微后台架构
Stars: ✭ 19 (-56.82%)
Mutual labels:  console
pretty-routes
Display your Laravel routes in the console, but make it pretty. 😎
Stars: ✭ 627 (+1325%)
Mutual labels:  console
termgraph
terminal candle stick graph library
Stars: ✭ 62 (+40.91%)
Mutual labels:  console
RecoverPy
🙈 Interactively find and recover deleted or 👉 overwritten 👈 files from your terminal
Stars: ✭ 189 (+329.55%)
Mutual labels:  console
colored-cout
"colored cout" is a simple overloading of operator<< that allow you to print in console using 8 basic colors
Stars: ✭ 19 (-56.82%)
Mutual labels:  console
ConEmuIntegration
Using the console emulator ConEmu within Visual Studio. This project integrates the console emulator ConEmu in Visual Studio.
Stars: ✭ 36 (-18.18%)
Mutual labels:  console
preact-component-console
A console emulator for preact.
Stars: ✭ 29 (-34.09%)
Mutual labels:  console
WeConsole
功能全面、界面与体验对标 Chrome devtools 的可定制化的小程序开发调试面板
Stars: ✭ 137 (+211.36%)
Mutual labels:  console
laravel-web-console
💻 Web console for your Laravel application
Stars: ✭ 142 (+222.73%)
Mutual labels:  console

console.img

🎉 Display a picture in the Chrome browser console

NPM version NPM downloads CircleCI Prettier code style XO code style

preview

Quick start

var script = document.createElement('script')
script.src = '//unpkg.com/console.img/dist/console.img.min.js'
script.onload = () =>
  console.img('https://i.loli.net/2018/03/27/5ab9c69c922b0.gif')
document.body.appendChild(script)

Install

yarn add console.img

Usage

import 'console.img'
console.img('https://ws1.sinaimg.cn/large/006r446Hgy1fqgmmxi0omg302s02swf0.gif')

Ordered output:

import 'console.img'
;(async () => {
  await console.img(
    'https://ws1.sinaimg.cn/large/006r446Hgy1fqgmmxi0omg302s02swf0.gif'
  )
  console.log('done')
})()

CDN

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

console.img © u3u, Released under the MIT License.
Authored and maintained by u3u with help from contributors (list).

qwq.cat · GitHub @u3u

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].