transcend-formats
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "transcend-formats", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "General formatting helper functions", | ||
@@ -5,0 +5,0 @@ "main": "js/transcend-formats.js", |
@@ -31,5 +31,12 @@ # transcend-formats | ||
imageFormatter | ||
// Format Image | ||
const img = "/path/to/img.jpg" | ||
console.log(tf.imageFormatter(img)) | ||
// Format Image | ||
const row = { | ||
uri : 'https://music-file-location.com' | ||
} | ||
console.log(tf.imageLinkFormatter(img, row, (row) => row.uri)) | ||
``` |
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
2477
41