Giter Site home page Giter Site logo

lidojs / canva-clone Goto Github PK

View Code? Open in Web Editor NEW
168.0 6.0 78.0 4.08 MB

LidoJS is a design tool based on Reactjs. UX almost the same canva.

Home Page: https://demo.lidojs.com

TypeScript 95.16% HTML 4.84%
canva-clone design-editor react-canva-clone react-design-editor graphic-design image-design-editor canvas-editor canva-editor image-editor photo-editor

canva-clone's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

canva-clone's Issues

window is not defined in NextJS

First of all, I congratulate everyone who contributed. This is an amazing project. I managed to integrate to nextjs14. And figured out working with emotion in nextjs. Everything works fine, except i can not edit any of the text on the editor. I can edit on the data, and works fine but when I double click the text, it does nothing.
I assume that a prosemirror SSR issue because it says window is undefined. I tried:
add "use client" for every component,
use dynamic loading feature while loading <Test/> from next/dynamic for disabling SSR.

I guess you could update where you import and use prosemirror, and force the wait for window like:

const [isLoading, setIsLoading] = useState(true);
   useEffect(() => {
       console.log(window);
       if (typeof window !== "undefined") {
           setIsLoading(false);
       }
   }, []);

again, congrats on hard work. This is impressive work.

Not running

Hi, is there any reason why this is not running locally? It's stuck on yarn start

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.