Skip to content

Commit f389302

Browse files
authored
chore: update domain
1 parent 4daea2a commit f389302

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ImageScript
22
##### zero-dependency JavaScript image manipulation
33
[![Discord Server](https://img.shields.io/discord/691713541262147687.svg?label=Discord&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=for-the-badge)](https://discord.gg/8hPrwAH)
4-
[![Documentation](https://img.shields.io/badge/Documentation-informational?style=for-the-badge)](https://imagescript.dreadful.tech/)
4+
[![Documentation](https://img.shields.io/badge/Documentation-informational?style=for-the-badge)](https://imagescript.matmen.dev/)
55
[![Github](https://img.shields.io/badge/Github-Repository-181717?logo=github&style=for-the-badge)](https://github.com/matmen/ImageScript)
66
[![deno.land](https://shields.io/badge/deno.land-gray?logo=deno&style=for-the-badge)](https://deno.land/x/imagescript@1.2.9)
77
[![NPM](https://nodei.co/npm/imagescript.png)](https://www.npmjs.com/package/imagescript)
@@ -16,24 +16,24 @@ binaries for decoding and encoding.
1616

1717
### Features
1818

19-
- [Decoding images](https://imagescript.dreadful.tech/Image.html#.decode)
19+
- [Decoding images](https://imagescript.matmen.dev/Image.html#.decode)
2020
- PNGs (grayscale, RGB, indexed colors) with and without alpha channels
2121
- JPEGs (grayscale, RGB, CMYK)
2222
- TIFFs
23-
- [Decoding GIFs](https://imagescript.dreadful.tech/GIF.html#.decode)
24-
- [Rendering SVGs](https://imagescript.dreadful.tech/Image.html#.renderSVG)
25-
- [Rendering vector fonts](https://imagescript.dreadful.tech/Image.html#.renderText)
26-
- Image manipulation functions ([crop](https://imagescript.dreadful.tech/Image.html#crop)
27-
, [rotate](https://imagescript.dreadful.tech/Image.html#rotate)
28-
, [composite](https://imagescript.dreadful.tech/Image.html#composite), ...)
29-
- Color manipulation functions ([invert](https://imagescript.dreadful.tech/Image.html##invert)
30-
, [hueShift](https://imagescript.dreadful.tech/Image.html##hueshift), ...)
31-
- Color information functions ([averageColor](https://imagescript.dreadful.tech/Image.html#averageColor)
32-
, [dominantColor](https://imagescript.dreadful.tech/Image.html#dominantColor), ...)
33-
- Encoding images as [PNGs](https://imagescript.dreadful.tech/Image.html#encode)
34-
, [JPEGs](https://imagescript.dreadful.tech/Image.html#encodejpeg)
35-
, [WEBPs](https://imagescript.dreadful.tech/Image.html#encodeWEBP)
36-
and [GIFs](https://imagescript.dreadful.tech/GIF.html#encode)
23+
- [Decoding GIFs](https://imagescript.matmen.dev/GIF.html#.decode)
24+
- [Rendering SVGs](https://imagescript.matmen.dev/Image.html#.renderSVG)
25+
- [Rendering vector fonts](https://imagescript.matmen.dev/Image.html#.renderText)
26+
- Image manipulation functions ([crop](https://imagescript.matmen.dev/Image.html#crop)
27+
, [rotate](https://imagescript.matmen.dev/Image.html#rotate)
28+
, [composite](https://imagescript.matmen.dev/Image.html#composite), ...)
29+
- Color manipulation functions ([invert](https://imagescript.matmen.dev/Image.html##invert)
30+
, [hueShift](https://imagescript.matmen.dev/Image.html##hueshift), ...)
31+
- Color information functions ([averageColor](https://imagescript.matmen.dev/Image.html#averageColor)
32+
, [dominantColor](https://imagescript.matmen.dev/Image.html#dominantColor), ...)
33+
- Encoding images as [PNGs](https://imagescript.matmen.dev/Image.html#encode)
34+
, [JPEGs](https://imagescript.matmen.dev/Image.html#encodejpeg)
35+
, [WEBPs](https://imagescript.matmen.dev/Image.html#encodeWEBP)
36+
and [GIFs](https://imagescript.matmen.dev/GIF.html#encode)
3737

3838
---
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"picture",
2929
"thumbnail"
3030
],
31-
"author": "matmen <matmen@dreadful.tech>",
31+
"author": "Mathis Mensing <mathis@matmen.dev>",
3232
"license": "GPL-3.0-or-later",
3333
"bugs": {
3434
"url": "https://github.com/matmen/ImageScript/issues"

0 commit comments

Comments
 (0)