| 
				
			 | 
			
			
				@@ -40,9 +40,6 @@ Returns a Promise of the image URI. 
			 | 
		
	
		
			
			| 
				40
			 | 
			
				40
			 | 
			
			
				     - `"base64"`: encode as base64 and returns the raw string. Use only with small images as this may result of lags (the string is sent over the bridge). *N.B. This is not a data uri, use `data-uri` instead*. 
			 | 
		
	
		
			
			| 
				41
			 | 
			
				41
			 | 
			
			
				     - `"data-uri"`: same as `base64` but also includes the [Data URI scheme](https://en.wikipedia.org/wiki/Data_URI_scheme) header. 
			 | 
		
	
		
			
			| 
				42
			 | 
			
				42
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				43
			 | 
			
				
			 | 
			
			
				-   . if true, the promise returns the base64 encoded data instead of the uri. Defaults to `false`. 
			 | 
		
	
		
			
			| 
				44
			 | 
			
				
			 | 
			
			
				- 
			 | 
		
	
		
			
			| 
				45
			 | 
			
				
			 | 
			
			
				- 
			 | 
		
	
		
			
			| 
				46
			 | 
			
				43
			 | 
			
			
				 ## Getting started 
			 | 
		
	
		
			
			| 
				47
			 | 
			
				44
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				48
			 | 
			
				45
			 | 
			
			
				 ``` 
			 |