Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

How can I use the module as extends class #82

@viniciusbitt

Description

@viniciusbitt

I have a doubt, there is a library (createjs-module) that I wanted to use as extends of a class, but I believe that it is not possible to use import directly in the extends of the class

Example:

const createjs = import("createjs-module").then(...);

export default class MyClass extends createjs.Sprite {

}

I'm using next-js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions