InYourFace Versions Save

In Your Face shows you Doom 'Ouch Faces' that correlate to the number of errors in your code!

v1.1.3

1 year ago

The Ouch Faces are not both vertically and horizontally responsive!

v1.1.2

1 year ago

Removed video link because it overlapped with faces

v1.1.1

2 years ago

What's new?

Added youtube video and incredibly in your face plug to extension

v1.0.1

2 years ago

What's new?

  • Reduced face change threshold (sensitivity increased)
if (errors === 0) {
// face 0
} else if (errors < 5) {
// face 1
} else if (errors < 10) {
// face 2
} else {
// face 3
}

v1.0.0

2 years ago