Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

drawille

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drawille - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

cube.gif

2

index.js

@@ -36,3 +36,3 @@ var map = [

if(!(x >= 0 && x < this.width && y >= 0 && y < this.height)) {
throw new Error('(' + [x, y].join(', ') + ') is out of the canvas!');
return;
}

@@ -39,0 +39,0 @@ x = Math.floor(x);

{
"name": "drawille",
"version": "0.0.4",
"version": "0.1.0",
"description": "Drawing in terminal with unicode braille characters",

@@ -5,0 +5,0 @@ "main": "index.js",

node-drawille
=============
```
⣀⣀⣀⠤⠤⠤⠒⢲⢄
⢀⣀⣀⡠⠤⠤⠔⠒⠒⠒⠉⠉⠉ ⢸ ⠣⡀
⣀⣀⣀⠤⠤⠤⠒⠒⠒⠊⠉⠉⠁ ⢸ ⠈⢢
⡶⡒⠉⠉⠉ ⢸ ⠑⢄
⡇⠑⢄ ⢸ ⠱⡀
⡇ ⠱⡀ ⢸ ⠈⠢⡀
⡇ ⠈⠢⡀ ⢸ ⠘⢄
⡇ ⠑⢄ ⢸ ⠑⡄
⡇ ⠣⡀ ⢸ ⢀⣀⣀⡨⢦
⡇ ⠈⢢ ⣀⣸⣀⠤⠤⠔⠒⠒⠊⠉⠉⠁ ⢸
⡇ ⠑⢄ ⢀⣀⣀⠤⠤⠤⠒⠒⠒⠉⠉⠉ ⢸ ⢸
⡇ ⠣⣀⡠⠤⠤⠔⠒⠒⠊⠉⠉⠁ ⢸ ⢸
⡇ ⡇ ⢸ ⢸
⡇ ⡇ ⢸ ⢸
⡇ ⡇ ⢸ ⢸
⡇ ⡇ ⢸ ⢸
⡇ ⡇ ⢸ ⢸
⡇ ⡇ ⢸ ⢸
⡇ ⡇ ⢀⣀⣀⡠⠤⠤⠔⠒⠒⠊⠉⢢ ⢸
⡇ ⡇ ⣀⣀⣀⠤⠤⠤⠒⠒⠒⠉⠉⠁ ⠑⢄ ⢸
⡇ ⢀⣀⣀⡠⠤⠤⠔⠒⠒⠉⡏⠉ ⠣⡀ ⢸
⠳⡊⠉⠉⠁ ⡇ ⠈⢢ ⢸
⠘⢄ ⡇ ⠑⢄ ⢸
⠑⡄ ⡇ ⠈⠢⡀ ⢸
⠈⠢⡀ ⡇ ⠈⢆ ⢸
⠈⢆ ⡇ ⠑⢄⢸
⠑⢄ ⡇ ⣀⣀⣀⠬⠾
⠣⡀ ⡇ ⢀⣀⣀⡠⠤⠤⠤⠒⠒⠒⠉⠉⠉
⠈⢢ ⡇ ⣀⣀⣀⠤⠤⠤⠔⠒⠒⠊⠉⠉⠁
⠑⠧⠤⠒⠒⠒⠉⠉⠉
```
![cube](cube.gif)

@@ -49,3 +18,3 @@ Drawing in terminal with unicode braille characters.

See [example](example.js).
See [examples](examples).

@@ -52,0 +21,0 @@ This module provides a very basic API only, for fancy things,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc