Product Description
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}

Protect your skin
If you have sensitive skin, it's a good idea to test your hair removal product on a small area of skin, Wet the hair removal area before use for better hair removal.
Rinse thoroughly under running water after each use to remove hair, dead skin, etc. Store in a cool, dry place away from direct sunlight and moisture.
After using the Crystal Hair Eraser, apply body lotion to the epilated area to help hydrate the skin and prevent dryness or irritation. This is especially important for those with sensitive skin.


Step 1
Before using ,it is recommended to clean the area to be depilated and treat it with warm water.
Step 2
Massage in using circular motions, avoiding sensitive areas such as bikini line and underarms.
Step 3
Rinse with water and gently wipe the epilated area with a soothing lotion or moistu
Step 4
Rinse the hair and dead skin from the hair eraser with water after use and store it in a dry place.
1 1 Clean Your Skin 2 2 Circular movement 3 3 After waxing 4 Clean&Store Product
1 Washable & Reusable 2 Small and mobile 3 Great Gift Choice
How to use crystal hair eraser?
Before using the Crystal Hair Eraser, cleanse the skin, place the Crystal Hair Eraser on the skin and apply gentle pressure in circular motions to remove hair. After use, rinse the area with water and apply moisturizer to soothe and hydrate the skin.
I have sensitive skin, can I use TUKETENGES Hair Eraser?
I struggled with ingrown hairs for over two years before I stumbled upon this Bleame Hair Eraser But to my surprise, it works My skin looks great and I don't have any allergies. I think it can be used. It is recommended to test on a small scale first
Where can I use it? Will this Crystal Hair Eraser really remove my leg hair?
Crystal Hair Erasers can be effective at removing leg and arm hair because they use an abrasive surface to gently exfoliate the skin and remove unwanted hair.
Can I use the crystal hair eraser on my face?
Crystal Hair Erasers are generally not recommended for use on the face, as the skin in this area is typically more sensitive and delicate than the skin on the arms or legs.
How should I store this crystal hair eraser after using it?
After use, rinse thoroughly under running water to remove hair or other debris. Store in a dry place, such as a drawer or cabinet, and avoid storing in wet or humid places.