getting-warmer

0.0.1 • Public • Published

Introduction

Getting Warmer provides a visual cue for password inputs without compromising security, by generating a piece of abstract art from a hash of the contents of the input. The sequence of pieces generated becomes familiar over time, making it obvious to the user when they've mistyped a character.

Usage

var setup = {
	"passwordInputSelector": "<CSS selector>"
	"thumbnailContainerSelector": "<CSS selector>",
}

var warmer = GettingWarmer(setup);
warmer.init();

License

MIT License

Package Sidebar

Install

npm i getting-warmer

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • okal