I am using your guides component in my angular app used for editing text and images
I am trying ti change the units to Inches from the default pixels. The below code shows it in pixels
I tried changing unit=1 which did not work for me. Can you please explain in code , how i can make this work for inches. thank you
<ngx-guides #guides1 type="horizontal" unit="50" displayDragPos="true">
I am using your guides component in my angular app used for editing text and images I am trying ti change the units to Inches from the default pixels. The below code shows it in pixels I tried changing unit=1 which did not work for me. Can you please explain in code , how i can make this work for inches. thank you <ngx-guides #guides1 type="horizontal" unit="50" displayDragPos="true">