@liascript/exporter 2.3.0--0.10.1 → 2.4.0--0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -99,6 +99,7 @@ Android settings:
99
99
  --android-icon Optional icon with 1024x1024 px
100
100
  --android-splash Optional splash image with 2732x2732 px
101
101
  --android-splashDuration Duration for splash-screen default 0 milliseconds
102
+ --android-preview Open course in Android-Studio
102
103
 
103
104
  PDF settings:
104
105
 
@@ -421,6 +422,9 @@ $ ls
421
422
 
422
423
  > __Note:__ To achieve better performance and offline capabilities, try to add
423
424
  > all resources as local ones to your project (i.e. images, audio,scripts, css).
425
+ >
426
+ > If you want to preview the result, simply use `--android-preview`, which will
427
+ > open android-studio
424
428
 
425
429
  __Still a bit experimental__
426
430