Get Started

follow the steps in this guide to create a simple demo app and find out how to integrate CaptureID Print Plugin into your App.

Step 1
				
					ionic start Demo
				
			

running the command ionic start Demo will create the stub for our demo app sample.

Step 2

change the working directory and install the CaptureID Print Plugin.

				
					npm i @captureid/capacitor-cidprint@latest
				
			

from inside the project directory run the command npm i @captureid/capacitor-cidprint@latest

Was this article helpful?