dji_srt_parser
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -429,3 +429,3 @@ function DJI_SRT_Parser() { | ||
let decode = function(d) { | ||
if (d.split(",")[0].includes("base64")) { | ||
if (typeof d ==="string" && d.split(",")[0].includes("base64")) { | ||
return atob(d.split(",")[1]); | ||
@@ -432,0 +432,0 @@ } else { |
{ | ||
"name": "dji_srt_parser", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Parses and interprets DJI's drones SRT metadata", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -84,5 +84,2 @@ # DJI_SRT_Parser | ||
## TODO | ||
- Provide arrays of only one field? | ||
- Split some functions into other modules? (createcsv...) | ||
- Use warnings when loading data like in test? | ||
- Export data for After Effects | ||
- Fix date in KML and JSON |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172293
85