mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
changed IGN to jomo
This commit is contained in:
parent
ecc8dc5e23
commit
768c6037b4
@ -8,7 +8,7 @@ Inspired by [Gravatar](https://gravatar.com) (hence the name) and [Minotar](http
|
|||||||
|
|
||||||
Image manipulation is done by [lwip](https://github.com/EyalAr/lwip). Renders are created with [node-canvas](https://github.com/Automattic/node-canvas), based on math by [confuser](https://github.com/confuser/serverless-mc-skin-viewer).
|
Image manipulation is done by [lwip](https://github.com/EyalAr/lwip). Renders are created with [node-canvas](https://github.com/Automattic/node-canvas), based on math by [confuser](https://github.com/confuser/serverless-mc-skin-viewer).
|
||||||
|
|
||||||
    
|
    
|
||||||
## Usage / Documentation
|
## Usage / Documentation
|
||||||
|
|
||||||
Please [visit the website](https://crafatar.com) for details.
|
Please [visit the website](https://crafatar.com) for details.
|
||||||
|
|||||||
@ -228,8 +228,8 @@ img.preload {
|
|||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar.redstone_sheep {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64")}
|
.avatar.jomo {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64")}
|
||||||
.avatar.redstone_sheep:hover {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64&helm")}
|
.avatar.jomo:hover {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64&helm")}
|
||||||
|
|
||||||
.avatar.jake0oo0 {background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64")}
|
.avatar.jake0oo0 {background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64")}
|
||||||
.avatar.jake0oo0:hover {background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64&helm")}
|
.avatar.jake0oo0:hover {background-image: url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=64&helm")}
|
||||||
|
|||||||
@ -138,7 +138,7 @@ describe("Crafatar", function() {
|
|||||||
it("should time out on username info download", function(done) {
|
it("should time out on username info download", function(done) {
|
||||||
var original_timeout = config.http_timeout;
|
var original_timeout = config.http_timeout;
|
||||||
config.http_timeout = 1;
|
config.http_timeout = 1;
|
||||||
networking.get_username_url(rid, "redstone_sheep", 0, function(err, url) {
|
networking.get_username_url(rid, "jomo", 0, function(err, url) {
|
||||||
assert.strictEqual(err.code, "ETIMEDOUT");
|
assert.strictEqual(err.code, "ETIMEDOUT");
|
||||||
config.http_timeout = original_timeout;
|
config.http_timeout = original_timeout;
|
||||||
done();
|
done();
|
||||||
|
|||||||
@ -223,6 +223,7 @@ joenasty23
|
|||||||
Johnbob19
|
Johnbob19
|
||||||
johndebest
|
johndebest
|
||||||
jojorh
|
jojorh
|
||||||
|
jomo
|
||||||
jonax12
|
jonax12
|
||||||
jonny0987
|
jonny0987
|
||||||
josh_24_2
|
josh_24_2
|
||||||
@ -381,7 +382,6 @@ redskins6851
|
|||||||
Redst0ne_Guy_
|
Redst0ne_Guy_
|
||||||
RedSthunder00
|
RedSthunder00
|
||||||
redstone_minds
|
redstone_minds
|
||||||
redstone_sheep
|
|
||||||
redstonelover01
|
redstonelover01
|
||||||
RedStonePro431
|
RedStonePro431
|
||||||
redtail_
|
redtail_
|
||||||
|
|||||||
@ -6,7 +6,7 @@ block content
|
|||||||
h1 Crafatar
|
h1 Crafatar
|
||||||
p A blazing fast API for Minecraft faces!
|
p A blazing fast API for Minecraft faces!
|
||||||
.avatar-wrapper
|
.avatar-wrapper
|
||||||
.avatar.redstone_sheep
|
.avatar.jomo
|
||||||
.avatar.jake0oo0
|
.avatar.jake0oo0
|
||||||
.avatar.sk89q
|
.avatar.sk89q
|
||||||
.avatar.md_5
|
.avatar.md_5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user