Showing
1 changed file
with
1 additions
and
0 deletions
| 1 | import { useEffect, useState } from "react"; | 1 | import { useEffect, useState } from "react"; |
| 2 | +import { fabric } from "fabric"; | ||
| 2 | import styled from "styled-components"; | 3 | import styled from "styled-components"; |
| 3 | 4 | ||
| 4 | const GifEditor = ({ previewURL }) => { | 5 | const GifEditor = ({ previewURL }) => { | ... | ... |
-
Please register or login to post a comment