(arr)
| 917 | // https://github.com/gsroth |
| 918 | |
| 919 | function dropFirstFrame(arr) { |
| 920 | arr.shift(); |
| 921 | return arr; |
| 922 | } |
| 923 | |
| 924 | /** |
| 925 | * @param {Blob} file - File or Blob object. This parameter is required. |
nothing calls this directly
no outgoing calls
no test coverage detected