Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jul 1, 2023
1 parent 59812a7 commit 396225e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Jakub T. Jankiewicz
Copyright (c) 2020-2023 Jakub T. Jankiewicz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![ASCII Canvas Logo](https://github.com/jcubic/ascii-canvas/blob/master/assets/logo.svg?raw=true)

[![npm](https://img.shields.io/badge/npm-0.2.0-blue.svg)](https://www.npmjs.com/package/ascii-canvas)
[![npm](https://img.shields.io/badge/npm-0.3.0-blue.svg)](https://www.npmjs.com/package/ascii-canvas)
[![LICENSE MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jcubic/ascii-canvas/blob/master/LICENSE)

[ASCII canvas is library that help position elements on the screen](https://github.com/jcubic/ascii-canvas).
Expand Down Expand Up @@ -145,5 +145,5 @@ class Item {
## License
Copyright (C) 2020 [Jakub T. Jankiewicz](https://jcubic.pl) <jcubic@onet.pl><br/>
Copyright (C) 2020-2023 [Jakub T. Jankiewicz](https://jcubic.pl/me) <jcubic@onet.pl><br/>
Released with MIT License
2 changes: 1 addition & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { Canvas, Item } from '../src/index.js';
import { ROWS, COLS, from_ansi } from './terminal.js';


const canvas = new Canvas(COLS, ROWS);
const canvas = new Canvas(45, ROWS);

const str = boxen('unicorn', { padding: 1 });

Expand Down
18 changes: 2 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ascii-canvas",
"version": "0.2.0",
"version": "0.3.0",
"description": "String based text rendering for Node and Browser",
"type": "module",
"main": "./src/index.js",
Expand Down

0 comments on commit 396225e

Please sign in to comment.