mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-29 17:08:01 +00:00
Added SVG file extension info
This commit is contained in:
@@ -64,7 +64,8 @@ $tw.config.fileExtensions = {
|
||||
".jpg": {type: "image/jpeg", encoding: "base64"},
|
||||
".jpeg": {type: "image/jpeg", encoding: "base64"},
|
||||
".png": {type: "image/png", encoding: "base64"},
|
||||
".gif": {type: "image/gif", encoding: "base64"}
|
||||
".gif": {type: "image/gif", encoding: "base64"},
|
||||
".svg": {type: "image/svg+xml", encoding: "utf8"}
|
||||
};
|
||||
|
||||
/////////////////////////// Utility functions
|
||||
|
Reference in New Issue
Block a user