📝 migrate to git.tjdev.de

This commit is contained in:
DrMaxNix 2023-03-22 20:55:06 +01:00
parent c7cc044282
commit 671c9564c4
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
# Pixelimg.js
[![GitHub release](https://img.shields.io/badge/release-v1.0.1-orange)](https://github.com/DrMaxNix/pixelimgjs/tree/1.0.1)
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/DrMaxNix/pixelimgjs/blob/main/LICENSE)
[![Release](https://img.shields.io/badge/release-v1.0.1-orange)](https://git.tjdev.de/DrMaxNix/pixelimgjs/releases/tag/1.0.1)
[![License](https://img.shields.io/badge/license-MIT-green)](https://git.tjdev.de/DrMaxNix/pixelimgjs/src/branch/main/LICENSE)
[![Maintaner](https://img.shields.io/badge/maintainer-DrMaxNix-blue)](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
![Output](https://raw.githubusercontent.com/DrMaxNix/pixelimgjs/main/examples/2x2-Red-Green-Yellow-and-Blue-pixels.png "Output")
![Output](https://git.tjdev.de/DrMaxNix/pixelimgjs/raw/branch/main/examples/2x2-Red-Green-Yellow-and-Blue-pixels.png "Output")
```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
![Output](https://raw.githubusercontent.com/DrMaxNix/pixelimgjs/main/examples/64x64-RGB-color-palette.png "Output")
![Output](https://git.tjdev.de/DrMaxNix/pixelimgjs/raw/branch/main/examples/64x64-RGB-color-palette.png "Output")
```html
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/DrMaxNix/pixelimgjs@1/pixelimg.min.js"></script>