Prinker M Tattoo Printer - Easy to Use - Easy to Clean

people are viewing this right now
$59.00
Ink Cartridge Options:  Black Ink
Quantity
Shipping
Free worldwide shipping
Cash on delivery
Free returns
Secure payments

Description

HOW DOES IT WORK

 

FIND OR CREATE

 

Sync your smartphone to Pinker App and choose from +11,000 of available designs or create your own tattoo from scratch.

 

SEND

 

Send the design you want to ink to your Prinker device. Remember to prime the skin using cosmetic Skin Primer. 

 

PRINK

 

Roll the Prinker device on your body to bring your instant tattoo to life. 

WHAT IS IN THE BOX

1 Prinker M device 

1 M1 Ink Cartridge 

Cartridge Storage Bag

1 Skin Primer (300 ml)

Nozzle Cap

Guide (for Skin)

USB-C to USB-A charging cable

 

PRODUCT SPECIFICATIONS

Performance and specifications

Dimensions (length X width X height): 103 X 55 X 75.5mm.

Weight:  approx. 169g / approx. 248g (with cartridge).

Resolution:  Up to 1200dpi.

Printing speed: approx. 100mm/s.

Image size (length X height): 1000 x 18mm.

Operating frequency bandwidth: 2402 ~ 2480MHz.

Bluetooth: Bluetooth 5.0.

Battery: Lithium-ion battery (7.4 / 700mA).

Battery life: Approx. 4 ~ 5 hours.

Battery life on standby: Approx. 10 hours.

Charging time: Approx. 2 hours (When 5V 2A charger is used).

Cartridges: 1 

Printing colors: C, M, Y, K-composite or Black

Water resistance: 1 Day

Abrasion resistance: 1 Day

 

INGREDIENTS

 

BLACK INK CARTRIDGE

 

PRINKER INK PBK-1 / COSMETIC INK FOR PRINKER TEMPORARY TATTOO / 0.34 fl.oz. (10ml) Water, Glycerin, PEG-8, Propylene Glycol, 1,2-Hexanediol, D&C Black No.2 (CI 77266), Polysorbate 20

 

COLOR INK CARTRIDGE

 

PRINKER INK PR-3/ COSMETIC INK FOR PRINKER TEMPORARY TATTOO/ 0.23 fl.oz. (7ml)

Water, Glycerin, PEG-400, Propylene Glycol, 1,2-Hexanediol, D&C Red No. 7 (CI 15850) , Polysorbate 20 

(For EU,UK Region Only) Aqua/Water, Glycerin, PEG-400, Polysorbate 20, Propylene Glycol, 1,2-Hexanediol, CI 15850 

 

PRINKER INK PB-2/ COSMETIC INK FOR PRINKER TEMPORARY TATTOO/ 0.23 fl.oz. (7ml)

Water, Glycerin, PEG-400, Propylene Glycol, 1,2-Hexanediol, Ferric Ammonium Ferrocyanide (CI 77510) , Polysorbate 20 

(For EU,UK Region Only) Aqua/Water, Glycerin, PEG-400, Polysorbate 20, Propylene Glycol, 1,2-Hexanediol, CI 77510

 

PRINKER INK PY-2 / COSMETIC INK FOR PRINKER TEMPORARY TATTOO/ 0.23 fl.oz. (7ml) 

Water, Glycerin, PEG-400, Propylene Glycol, 1,2-Hexanediol, D&C Yellow No.5 (CI 19140) , Polysorbate 20 

(For EU,UK Region Only) Aqua/Water, Glycerin, PEG-400, Polysorbate 20, Propylene Glycol, 1,2-Hexanediol, CI 19140

 

SKIN PRIMER 

 

PP-2 /SKIN PRIMER FOR PRINKER TEMPORARY TATTOO / 10 fl. oz. (300ml)

Alcohol, Water, Denatonium Benzoate, Methacryloyl Ethyl Betaine/Acrylates Copolymer, Hexyl Cinnamal,

2-t-Butylcyclohexyl Acetate, Dipropylene Glycol, Linalool, Isobutyl Methyl Tetrahydropyranol, Methyldihydrojasmonate, 2,6-Dimethyl-7-octen-2-ol, Limonene, Citrus Limon (Lemon) Peel Oil,Benzyl Acetate, Allyl Heptanoate, Citrus Aurantifolia (LIME) Oil, Benzyl Alcohol, Allyl Cyclohexylpropionate, Damascenone, Carvone, Citronellol

(For EU,UK region Only) Alcohol, Methacryloyl Ethyl Betaine/Acrylates Copolymer, Aqua/Water, Parfum, Denatonium Benzoate, Hexyl Cinnamal, Linalool, Limonene, Benzyl alcohol

What are the differences between Prinker S and Prinker M?

Prinker S and Prinker M have distinct features that cater to different user needs.

Do Prinker Inks have FDA approval?

Under the law, cosmetic products and ingredients do not need FDA pre-market approval. For better transparency our products are registered with FDA's VCRP.

How many tattoo can I get with Prinker M cartridge?

Each ink cartridge has enough ink for about 1000 tattoos. Depending on size, density, complexity of image, this number can vary.

How to use Skin Primer?

Primer helps to set ink on skin evenly and extends your tattoo longevity. Spray Skin Primer on place where you want to get a tattoo (about 1 ft. distance). For a long-lasting effect, wait until ink dries and spray Primer again.

How to apply tattoos in color?

Prinker M Ink Cartridge enables tattoo printing in both composite black and vivid colors.

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.