Giter Site home page Giter Site logo

Comments (5)

toroduque avatar toroduque commented on March 29, 2024 3

Try importing the p5.dom.js library. This worked for me:

import "react-p5-wrapper/node_modules/p5/lib/addons/p5.dom";

export default function sketch(p5) {

  p5.setup = function() {
        // Create a video element
        video = p5.createCapture(p5.VIDEO);
   }

from react.

and-who avatar and-who commented on March 29, 2024 2

p5 is now a peerDependency, so it should be in your node_modules Folder.
So you should do something like import "p5/lib/addons/p5.dom";

from react.

futurouz avatar futurouz commented on March 29, 2024

@toroduque that's work!. thanks.

from react.

rickithadi avatar rickithadi commented on March 29, 2024

getting a module not found error for p5.dom .Checking node_modules also shows that the file isnt there. Could you post a gist or a link to your repo please

from react.

rickithadi avatar rickithadi commented on March 29, 2024

wow that works. Worth noting that the import is not in the sketch.js file but the component. thanks

from react.

Related Issues (20)

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.