web-xeyes

A Web Component showing a pair of eyes following movements of the mouse cursor on the page, like the xeyes from X.Org tools.

Usage no npm install needed!

<script type="module">
  import webXeyes from 'https://cdn.skypack.dev/web-xeyes';
</script>

README

X-Eyes Web Component

NPM version Build Status Dependency Status devDependency Status

NPM Downloads

A Web Component showing a pair of eyes following movements of the mouse cursor on the page, like the xeyes from X.Org tools.

Example

See the documentation of the x-eyes component and the on-line demo or the storybook.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Lint and test your code using npm test.

License

Copyright (c) 2021 Ferdinand Prantl

Licensed under the MIT license.

This project has started as a conversion of Felix Milea-Ciobanu's jQuery xeyes to pure JavaScript and a Web Component wrapper.