mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
moved mergeImages import upwards
This commit is contained in:
parent
41cbf28c10
commit
a5f000b96f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
import { useState, useCallback } from 'react'
|
import { useState, useCallback } from 'react'
|
||||||
import './App.css'
|
import './App.css'
|
||||||
import { useDropzone } from 'react-dropzone'
|
import { useDropzone } from 'react-dropzone'
|
||||||
|
import mergeImages from 'merge-images'
|
||||||
import FrameChooser from './FrameChooser.js'
|
import FrameChooser from './FrameChooser.js'
|
||||||
import HashtagChooser from './HashtagChooser.js'
|
import HashtagChooser from './HashtagChooser.js'
|
||||||
import Editor from './Editor.js'
|
import Editor from './Editor.js'
|
||||||
|
@ -8,7 +9,6 @@ import HeaderImage from './HeaderImage.svg'
|
||||||
import purpleBG from './purpleBG.png'
|
import purpleBG from './purpleBG.png'
|
||||||
import empty_1x1 from './empty_1x1.png'
|
import empty_1x1 from './empty_1x1.png'
|
||||||
|
|
||||||
import mergeImages from 'merge-images'
|
|
||||||
|
|
||||||
const frameSize = 1080
|
const frameSize = 1080
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue