You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially the set of "humaneimage" scripts only supported images (PNG/SVG) export.
Now there's also an export function to PowerPoint (pptx format), to allow non technical people to reuse/modify easily diagrams. The code of humaneimage-model.lib.js is used for PowerPoint export, it's based on humaneimage.lib.js.
Problem
humageimage-model.lib.js and humageimage.lib.js need to be kept in sync, which creates maintenance issues.
Proposed solution
Reuse humaneimage-model-lib.js for exporting images, instead of redundant logic.
"Crawl" the "model" to populate the SVG string
If PNG export was requested, convert the SVG to PNG
The text was updated successfully, but these errors were encountered:
Background
pptx
format), to allow non technical people to reuse/modify easily diagrams. The code ofhumaneimage-model.lib.js
is used for PowerPoint export, it's based onhumaneimage.lib.js
.Problem
humageimage-model.lib.js
andhumageimage.lib.js
need to be kept in sync, which creates maintenance issues.Proposed solution
Reuse
humaneimage-model-lib.js
for exporting images, instead of redundant logic.The text was updated successfully, but these errors were encountered: