Skip to content

Commit

Permalink
Merge pull request #52 from Soare-Robert-Daniel/main
Browse files Browse the repository at this point in the history
Build
  • Loading branch information
Soare-Robert-Daniel authored May 19, 2021
2 parents 94570b2 + 67bf94e commit b6771a7
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 9 deletions.
Binary file modified development/logo_maker_plugin.zip
Binary file not shown.
1 change: 1 addition & 0 deletions plugin_build/204.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions plugin_build/267.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions plugin_build/331.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 0 additions & 2 deletions plugin_build/488.js

This file was deleted.

1 change: 0 additions & 1 deletion plugin_build/802.js

This file was deleted.

1 change: 0 additions & 1 deletion plugin_build/815.js

This file was deleted.

2 changes: 1 addition & 1 deletion plugin_build/460.js → plugin_build/988.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugin_build/logo-maker.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => 'ccd7eabb4018284d06000be10214ce54');
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => '95e834acda68e18a303289f9a0c05653');
2 changes: 1 addition & 1 deletion plugin_build/logo-maker.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions plugin_build/report.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/engine/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export async function createZipWithPresets(
* @param file The data necessary for generating the image
*/
const createFile = async (zip: JSZip, file: FileFormat): Promise<JSZip> => {
console.log(file)
const svg = (
input.find(({ pipeline }) => pipeline === file.pipeline) ||
input.find(({ pipeline }) => pipeline === "editor")
Expand Down

0 comments on commit b6771a7

Please sign in to comment.