Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <script src="../node_modules/pixi.js/dist/pixi.min.js"></script>
  2.  
  3. import { Application, Point } from 'pixi.js';
  4. //.....Some code
  5. const point = new Point(10, 20);
  6.  
  7. import * as PIXI from 'pixi.js';
  8. export { PIXI };
  9.  
  10. const label = new PIXI.Graphics();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement