diff --git a/src/super-gif.ts b/src/super-gif.ts
index c57a958..dfec8aa 100644
--- a/src/super-gif.ts
+++ b/src/super-gif.ts
@@ -397,6 +397,10 @@ export class SuperGif {
         return this.loading;
     }
 
+    isReady() {
+        return this.ready;
+    }
+
     isAutoPlay() {
         return this.options.autoPlay;
     }