Giter Club home page Giter Club logo

css-to-mat's Introduction

My Components

  • Scena: Animation Editor (Main Project)
  • Moveable: Move tool for Drag & Resize & Rotate.
  • Scene.js: JavaScript & CSS timeline-based animation library
  • Selecto: Select elements in the drag area using the mouse or touch.
  • Infinite Viewer: Document Viewer Component with infinite scrolling
  • Guides: Draw ruler and manage guidelines.
  • Scene.js Timeline: Represents the timeline of Scene.js. You can control time, properties, and items.
  • Ruler: Draw grids and scroll infinitely
  • Gesto: drag or pinch in any browser.

css-to-mat's People

Contributors

daybrush avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

css-to-mat's Issues

Cannot find module './CSSToMatrix'

Environments

  • Framework name: Angular
  • Framework version: 9
  • Moveable Component version: 0.15.4
  • Testable Address(optional):

Description

When I build the project in Mac or Windows it works, but fails in Linux machine with following error.

ERROR in node_modules/css-to-mat/declaration/index.esm.d.ts:1:115 - error TS2307: Cannot find module './CSSToMatrix'.
217 | ย 
218 | 1 export { parse, parseMat, toMat, getDistElementMatrix, caculateMatrixDist, getElementMatrix, createMatrix, } from "./CSSToMatrix";

After executing "npm install" I have observe that, the export statement is still old one with upper case in the file "index.esm.d.ts" and linux doesn't support case insensitive file names.

export { parse, parseMat, toMat, getDistElementMatrix, caculateMatrixDist, getElementMatrix, createMatrix, } 
from "./CSSToMatrix";

Please have a look, if you could help me resolve this issue.

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.