Coder Social home page Coder Social logo

Comments (3)

grimmer0125 avatar grimmer0125 commented on May 23, 2024 2

i tried and worked, is a shame though cause this will load the hole library in the broewser, whereas with importing specific modules, when building, it will only bundle the code that is being used. anyways, not much of a big deal, numjs is not that heavy

The issue is some ndarray related packages uses by numjs are not designed for tree-shakable and use some Node.js library/CommonJS inside. So it needs at least some bundler/transpiler to do some things. It takes some time to config/refacor them (polyfill or mock), either on numjs package side or the bundler/transpiler side of the numjs user.

from numjs.

grimmer0125 avatar grimmer0125 commented on May 23, 2024

@mojv,

I made a forked @d4c/numjs package, and there are three output formats inside.
I tried to use this with Vite react app and got the same error when using import nj from '@d4c/numjs'.
However, this one import nj from "@d4c/numjs/build/module/numjs.min.js works. Please try it.

numjs.min.js is originally built for CDN for the below usages:

import nj from 'https://cdn.jsdelivr.net/npm/@d4c/numjs/build/module/numjs.min.js'; // or 
  <script type="module">
    import nj from 'https://cdn.jsdelivr.net/npm/@d4c/numjs/build/module/numjs.min.js';
  <script>

It is a work-around way. I may improve it later since using import nj from '@d4c/numjs' is always shorter and better.

from numjs.

mojv avatar mojv commented on May 23, 2024

i tried and worked, is a shame though cause this will load the hole library in the broewser, whereas with importing specific modules, when building, it will only bundle the code that is being used. anyways, not much of a big deal, numjs is not that heavy

from numjs.

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.