# Runtime Image Viewer ## FEATURES - Behaves similar to Windows 10 Photos Viewer - Simple user interface - Draggable and resizable - Rotate Image - Scale Image - Drag and Resize Image ## HOW TO Simply import **ImageViewer.unitypackage** to your project. Afterwards, add `using XR.ImageViewer;` to your script. ## EXAMPLE CODE3181515 ```c# using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using XR.ImageViewer; public class ImageViewerTest : MonoBehaviour { // Start is called before the first frame update void Start() { //Loacl Image GameObject.Find("LocalButton").GetComponent