Coder Social home page Coder Social logo

I have problem in Angular 7 about layers HOT 3 OPEN

pixijs avatar pixijs commented on July 25, 2024
I have problem in Angular 7

from layers.

Comments (3)

ivanpopelyshev avatar ivanpopelyshev commented on July 25, 2024

pixi-layers should be imported after pixi, Also maybe you should use import 'pixi.js';

I dont use webpack nor angular nor anything of that type, so I really cant guarantee that "if you write that import it should work" . I just know that solution exists. If you know angular good enough, maybe you can recommend me what to write in README.md

from layers.

ivanpopelyshev avatar ivanpopelyshev commented on July 25, 2024

Maybe

import 'pixi.js';
import {Stage, Layer} from 'pixi-layers';

taken from here: https://github.com/pixijs/pixi-display/blob/layers/test/checkpack.ts#L1

from layers.

SergeEsmanovich avatar SergeEsmanovich commented on July 25, 2024

Maybe

import 'pixi.js';
import {Stage, Layer} from 'pixi-layers';

taken from here: https://github.com/pixijs/pixi-display/blob/layers/test/checkpack.ts#L1

I tried it like this and I saw this test.

import * as PIXI from 'pixi.js';
import {Stage, Layer} from 'pixi-layers';

 "dependencies": {
    "@angular/animations": "~7.2.0",
    "@angular/common": "~7.2.0",
    "@angular/compiler": "~7.2.0",
    "@angular/core": "~7.2.0",
    "@angular/forms": "~7.2.0",
    "@angular/platform-browser": "~7.2.0",
    "@angular/platform-browser-dynamic": "~7.2.0",
    "@angular/router": "~7.2.0",
    "@fortawesome/angular-fontawesome": "^0.3.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.17",
    "@fortawesome/free-regular-svg-icons": "^5.8.1",
    "@fortawesome/free-solid-svg-icons": "^5.8.1",
    "@types/pixi.js": "^4.8.6",
    "bootstrap": "^4.3.1",
    "class-transformer": "^0.2.0",
    "core-js": "^2.5.4",
    "font-awesome": "^4.7.0",
    "ngx-bootstrap": "^3.2.0",
    "pixi-layers": "^0.1.10",
    "pixi.js": "^4.7.1",
    "rxjs": "~6.3.3",
    "tslib": "^1.9.0",
    "zone.js": "~0.8.26"
  },

PS: it works for me on another project without angular

from layers.

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.