Deleted shitty object API, improved icon kit stuff
|
@ -1,26 +0,0 @@
|
|||
const Jimp = require('jimp')
|
||||
const fs = require('fs')
|
||||
|
||||
module.exports = async (app, req, res) => {
|
||||
|
||||
let objID = (req.params.text || "").split(/[^0-9]/)[0]
|
||||
let objPath = './assets/ids/' + objID + '.png'
|
||||
if (!fs.existsSync(objPath + objID)) objPath = './assets/ids/1607.png'
|
||||
|
||||
let flipX = req.query.hasOwnProperty("flipX") || req.query.hasOwnProperty("flipx") || req.query.hasOwnProperty("fx")
|
||||
let flipY = req.query.hasOwnProperty("flipY") || req.query.hasOwnProperty("flipy") || req.query.hasOwnProperty("fy")
|
||||
|
||||
let rotation = Number(req.query.rotation || req.query.rotate || req.query.r)
|
||||
|
||||
Jimp.read(objPath).then(obj => {
|
||||
obj.mirror(flipX, flipY)
|
||||
if (rotation) {
|
||||
obj.invert() // fix transparency, jimp is dumb
|
||||
obj.rotate(-rotation)
|
||||
obj.invert()
|
||||
}
|
||||
obj.getBuffer(Jimp.AUTO, (err, buffer) => {
|
||||
return res.contentType('image/png').end(buffer, 'base64')
|
||||
})
|
||||
})
|
||||
}
|
|
@ -668,7 +668,8 @@ input::-webkit-inner-spin-button {
|
|||
transform: translate(-3vh, -4.8vh);
|
||||
text-align: right;
|
||||
font-size: 1.8vh;
|
||||
color: rgba(0, 0, 0, 0.5)
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.compactDate {
|
||||
|
@ -855,11 +856,10 @@ input::-webkit-inner-spin-button {
|
|||
}
|
||||
|
||||
.analysis::-webkit-scrollbar, .levelCode::-webkit-scrollbar {
|
||||
height: 8%;
|
||||
width: 1%;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
|
||||
.analysis::-webkit-scrollbar-thumb, .levelCode::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
overflow: hidden;
|
||||
|
@ -877,6 +877,11 @@ input::-webkit-inner-spin-button {
|
|||
white-space: normal;
|
||||
}
|
||||
|
||||
#colorDiv::-webkit-scrollbar, .levelCode::-webkit-scrollbar {
|
||||
height: 8% !important;
|
||||
width: unset !important;
|
||||
}
|
||||
|
||||
.levelCode {
|
||||
width: 90%;
|
||||
margin: 1% auto;
|
||||
|
|
BIN
assets/ids/1.png
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1,015 B |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 675 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 675 B |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |