Giter Site home page Giter Site logo

chocolateloverraj / canvideo Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 17.9 MB

An open-source tool for Node.js that can make animations and generate videos.

Home Page: https://canvideo-git-better.chocolateloverraj.vercel.app

License: MIT License

JavaScript 90.62% CSS 1.37% HTML 8.01%

canvideo's People

Contributors

chocolateloverraj avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

canvideo's Issues

ExperimentalWarning: The ESM module loader is experimental.

Hi Raj,

Thanks for the repository.
I am new here and try to launch the local host but it is not launching . It stuck here

(node:10628) ExperimentalWarning: The ESM module loader is experimental.
Server is listening on port 2400

Can you help me to fix this?

Thanks you

Issue

Organized express router files

The server.js file is getting messy because the express server is being used for various different things. We should split it into separate files.

Build Icon

It would be cool if we could use the favicon npm package to automatically generate the necessary files. This would make the project less size because they can be generated after installing.

Seperate canvideo and canvideo web

Canvideo should not have the web features built in. This would just be extra, useless dependencies and files for people who want just canvideo.

Npmignore Common-Ignore

Common-Ignore is a build tool

Since Common-Ignore is only needed for contributing to canvideo, it can be in .npmignore.

Use leadingzero

It will improve canvideo if canvideo uses leadingzero. That way we won't have to use our own function and it will reduce some unnecessary code.

Fix paths in examples

The paths in examples are broken, because using npm run json generates a top level from-json.json file. This file should be examples/from-json.json.

Resizable json editor.

There should be more customization with the frontend create page. The json editor and preview divs should be adjustable.

Rollup not in dependencies

Critical Severity

This bug is critical.

Rollup should be in dependencies

This is because postinstall scripts get run before installing devDependencies and sometimes devDependencies are never installed. This is a problem for people who would use commonjs/index.js in production.

Better menu bar on create page.

Right now the create page has a big navbar that basically says, "Canvideo" at the top left, and links to npm and github on top right. This is unnecessary and huge. It would be better to have a shorter, top bar that has settings, with a logo at the top left corner.

Remove testing code

There is some testing code in server.js that will cause a 500 server error. It should be removed.

Remove rollup unresolved dependencies error.

This error is really annoying.

(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
fs (imported by common\video\video.js)
path (imported by common\video\video.js, server\server.js)
child_process (imported by common\video\video.js)
express (imported by server\server.js)
tinycolor2 (imported by common\color\tiny-color.js)
canvas (imported by common\canvas\canvas.js)
eventemitter3 (imported by common\event-emitter\emitter.js)

It will get larger and larger for every dependency we have. This also includes node.js modules.

Seperate types.

From the very beginning, canvideo has a type folder, full of many different type related files. This should be a seperate package, so that other people can also use it and it can be independent, and reworked.

Publish version 6.0.0

Many new features

Since v5, everything has been completely reworked. This should be part of a new release.

Base for new improvements

We can be more organized with semantic versioning if we start publishing changes. Otherwise there would be no point and it would be confusing what pre-releases even do.

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.