Skip to content

Commit

Permalink
release v0.0.2 with sizes options
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Apr 27, 2020
1 parent 8bdc6fa commit 140e1b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# aprs-symbols
CSS library with optional JS providing rendering means for APRS icons, rendering 24x24px icons
CSS library with optional JS providing rendering means for APRS icons, rendering square icons of sizes 24px, 48px, 64px and 128px

## Usage

Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"name": "aprs-symbols",
"version": "0.0.1",
"version": "0.0.2",
"description": "CSS module to render APRS symbol tables, with optional JS helpers",
"main": "aprs-symbols.js",
"files": [
"aprs-symbols.js",
"aprs-symbols.css",
"aprs-symbols-24-0.png",
"aprs-symbols-24-1.png",
"aprs-symbols-24-2.png"
"aprs-symbols-24-2.png",
"aprs-symbols-48-0.png",
"aprs-symbols-48-1.png",
"aprs-symbols-48-2.png",
"aprs-symbols-64-0.png",
"aprs-symbols-64-1.png",
"aprs-symbols-64-2.png",
"aprs-symbols-128-0.png",
"aprs-symbols-128-1.png",
"aprs-symbols-128-2.png"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 140e1b2

Please sign in to comment.