📝 migrate to git.tjdev.de
parent
c7cc044282
commit
671c9564c4
10
README.md
10
README.md
|
@ -1,13 +1,13 @@
|
|||
# Pixelimg.js
|
||||
[](https://github.com/DrMaxNix/pixelimgjs/tree/1.0.1)
|
||||
[](https://github.com/DrMaxNix/pixelimgjs/blob/main/LICENSE)
|
||||
[](https://git.tjdev.de/DrMaxNix/pixelimgjs/releases/tag/1.0.1)
|
||||
[](https://git.tjdev.de/DrMaxNix/pixelimgjs/src/branch/main/LICENSE)
|
||||
[](https://www.drmaxnix.de)
|
||||
|
||||
Pixelimg.js is a rather small js-library to display code-generated pixel images inside of an html image-element.
|
||||
|
||||
Used at [skyicon.drmaxnix.de](https://skyicon.drmaxnix.de).
|
||||
|
||||
**[Code examples can be found at the bottom of this README!](https://github.com/DrMaxNix/pixelimgjs#examples)**
|
||||
**[Code examples can be found at the bottom of this README!](https://git.tjdev.de/DrMaxNix/pixelimgjs#examples)**
|
||||
|
||||
|
||||
## Installation
|
||||
|
@ -131,7 +131,7 @@ An object storing red, green, blue and alpha data for a color (all _Range: `0-25
|
|||
|
||||
# Examples
|
||||
## 1. 2x2 Red, Green, Yellow and Blue pixels
|
||||

|
||||

|
||||
```html
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/DrMaxNix/pixelimgjs@1/pixelimg.min.js"></script>
|
||||
|
||||
|
@ -167,7 +167,7 @@ An object storing red, green, blue and alpha data for a color (all _Range: `0-25
|
|||
|
||||
|
||||
## 2. 64x64 RGB color-palette
|
||||

|
||||

|
||||
```html
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/DrMaxNix/pixelimgjs@1/pixelimg.min.js"></script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue