vinothmoorthkumar

Results 10 comments of vinothmoorthkumar

Thank you. Its is working fine. Actually codepage i wrong what i gave.. Now its printing but it is printing arabic from left to right. I want to print from...

Can you please give me any example.. please

@williamrizqallah I m using [https://www.npmjs.com/package/canvas](url) Canvas. I m creating canvas image and printing using [https://www.npmjs.com/package/escpos](url)

Here is my code `const { createCanvas, loadImage, Image } = require('canvas'); var escpos = require('escpos'); canvas= createCanvas(580, 700) var ctx = canvas.getContext("2d"); ctx.textAlign = "center"; ctx.font = "30px bold";...

I using "react-native-paper": "^5.0.0-rc.6"

Thank you. Its is working fine. Actually codepage i wrong what i gave.. Now its printing but it is printing arabic from left to right. I want to print from...

Can you please give me any example.. please

@williamrizqallah I m using [https://www.npmjs.com/package/canvas](url) Canvas. I m creating canvas image and printing using [https://www.npmjs.com/package/escpos](url)

Here is my code `const { createCanvas, loadImage, Image } = require('canvas'); var escpos = require('escpos'); canvas= createCanvas(580, 700) var ctx = canvas.getContext("2d"); ctx.textAlign = "center"; ctx.font = "30px bold";...