Mohsin Hijazee
Mohsin Hijazee
Would be nice to have a direction property as well which can be set as LTR (default) or RTL.
This might be interesting, not sure if relevant or applicable: https://github.com/ffmpegwasm/ffmpeg.wasm
Okay, thank you for the feedback. Let me examine the situation.
I have investigated the issue further by directly experimenting with the canvas and turns out that the bounding box dimensions depend on the flow of text direction. Below are text...
Have looked into it further and realised that we are using div tags in a shadow element. So the following code: ```typescript view.add( Lorem ipsum dolor sit amet, consectetur adipisicing...
Indeed, big proponent of keeping things simple. I have removed the unncessary (related to language and language codes) changes. Ran all the build, tests and e2e tests locally and all...
Currently, WatermelonDB uses its own mechanism to setup SQLite on Android/iOS which is meant for directly working with React Native. In React Native, it is common and frequent to touch...
> @Aux9 Hi, The value only changes if you select one of the items in the dropdown list, otherwise the value reverts to the original value. To get the current...