MCPcopy
hub / github.com/NUKnightLab/TimelineJS3 / getImageURL

Method getImageURL

src/js/media/types/Image.js:50–52  ·  view source on GitHub ↗
(w, h)

Source from the content-addressed store, hash-verified

48 }
49
50 getImageURL(w, h) {
51 return transformMediaURL(this.data.url);
52 }
53
54 _updateMediaDisplay(layout) {
55 if (Browser.firefox) {

Callers 2

createMediaMethod · 0.95
createMediaMethod · 0.45

Calls 1

transformMediaURLFunction · 0.90

Tested by

no test coverage detected