# canvas-mail **Repository Path**: mirrors_erikbrinkman/canvas-mail ## Basic Information - **Project Name**: canvas-mail - **Description**: jQuery plugin to hide email from spammers by rendering it on canvas, and keeping it as far out of the DOM as possible - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Canvas Mail ========== Javascript module to hide email from spammers by rendering it on canvas, and keeping it as far out of the DOM as possible. Depends on jQuery. With the current implementation, at verious points of computation the email string will exist in contiguous memory at various points in execution. Also, if a Canvas Mail element is added to an anchor, the anchor will have the email in its href field during mouseover. See [index.html](index.html) more information and some examples.