mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-27 02:56:47 -05:00
chore: remove old unused files
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
import eslintConfig from '@pretendonetwork/eslint-config';
|
||||
import globals from 'globals';
|
||||
|
||||
export default [
|
||||
...eslintConfig,
|
||||
{
|
||||
files: ['public/**'],
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.browser,
|
||||
...globals.node
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ['src/**'],
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.node
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
ignores: ['**/*.bundled.js']
|
||||
}
|
||||
];
|
||||
@@ -1,24 +0,0 @@
|
||||
# How to optimise images
|
||||
|
||||
WebP is the best format to use for most images, as it provides a good compression over PNG and JPEG. It is supported by all modern browsers (https://caniuse.com/webp) and is the recommended format for images on the web.
|
||||
|
||||
## Using imagemagick (Recommended)
|
||||
|
||||
This is the recommended method to convert images to WebP as it is faster and can be done in bulk.
|
||||
|
||||
Install imagemagick from: https://imagemagick.org/script/download.php
|
||||
|
||||
In the folder you would like to convert images, use the appropriate command:
|
||||
|
||||
```bash
|
||||
mogrify -format webp *.png
|
||||
mogrify -format webp *.jpg
|
||||
```
|
||||
|
||||
## Using a web service
|
||||
|
||||
If you don't want to install imagemagick, you can use towebp.io to convert images to WebP.
|
||||
|
||||
Go to https://towebp.io/ and upload your images. You can convert multiple images at once.
|
||||
|
||||
To match the default quality of imagemagick, use a quality of 90 (imagemagick uses 92 by default).
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"face": [0, 1, 8, 2, 3, 9, 4, 5, 10, 6, 7, 11],
|
||||
"hairs": [
|
||||
[33, 47, 40, 37, 32, 107, 48, 51, 55, 70, 44, 66],
|
||||
[52, 50, 38, 49, 43, 31, 56, 68, 62, 115, 76, 119],
|
||||
[64, 81, 116, 121, 22, 58, 60, 87, 125, 117, 73, 75],
|
||||
[42, 89, 57, 54, 80, 34, 23, 86, 88, 118, 39, 36],
|
||||
[45, 67, 59, 65, 41, 30, 12, 16, 10, 82, 128, 129],
|
||||
[14, 95, 105, 100, 6, 20, 93, 102, 27, 4, 17, 110],
|
||||
[123, 8, 106, 72, 3, 21, 0, 98, 63, 90, 11, 120],
|
||||
[5, 74, 108, 94, 124, 25, 99, 69, 35, 13, 122, 113],
|
||||
[53, 24, 85, 83, 71, 131, 96, 101, 29, 7, 15, 112],
|
||||
[79, 1, 109, 127, 91, 26, 61, 103, 2, 77, 18, 92],
|
||||
[84, 9, 19, 130, 97, 104, 46, 78, 28, 114, 126, 111]
|
||||
],
|
||||
"eyebrows": [
|
||||
[6, 0, 12, 1, 9, 19, 7, 21, 8, 17, 5, 4],
|
||||
[11, 10, 2, 3, 14, 20, 15, 13, 22, 18, 16, 23]
|
||||
],
|
||||
"eyes": [
|
||||
[2, 4, 0, 8, 39, 17, 1, 26, 16, 15, 27, 20],
|
||||
[33, 11, 19, 32, 9, 12, 23, 34, 21, 25, 40, 35],
|
||||
[5, 41, 13, 36, 37, 6, 24, 30, 31, 18, 28, 46],
|
||||
[7, 44, 38, 42, 45, 29, 3, 43, 22, 10, 14, 47],
|
||||
[48, 49, 50, 53, 59, 56, 54, 58, 57, 55, 51, 52]
|
||||
],
|
||||
"nose": [
|
||||
[1, 10, 2, 3, 6, 0, 5, 4, 8, 9, 7, 11],
|
||||
[13, 14, 12, 17, 16, 15]
|
||||
],
|
||||
"mouth": [
|
||||
[23, 1, 19, 21, 22, 5, 0, 8, 10, 16, 6, 13],
|
||||
[7, 9, 2, 17, 3, 4, 15, 11, 20, 18, 14, 12],
|
||||
[27, 30, 24, 25, 29, 28, 26, 35, 31, 34, 33, 32]
|
||||
],
|
||||
"arrayOf6": [0, 1, 2, 3, 4, 5],
|
||||
"arrayOf9": [0, 1, 2, 3, 4, 5, 6, 7, 8],
|
||||
"arrayOf12": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
|
||||
}
|
||||
Reference in New Issue
Block a user