colinmeinke / svg-points

A specification for storing SVG shape data in Javascript, and some handy conversion functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6 import not works for other module made by me

dalisoft opened this issue · comments

Hi @colinmeinke.
I have issue with imports for my modules. I am using for svg-points imports and works best, but for my modules not. There some configs?

Require (nodejs require) works for both module.

I am too configured like your, but not works.

I don't understand your issue. Can you give me a minimal code example?

Es6 import works for svgpoints. Its good, as dependecy of my module. But my module not imports with es6, fails as my module dependent to my other module. I asking help, this is not svgpoints issue. Thanks for reply

@dalisoft can you show me some code?

Look at tez (tez.js on npm) repo. I am trying to make like that but nothing gets done. Thanks for reply