Advertisement
Guest User

site.ts

a guest
Aug 29th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import { Two } from "./two";
  2. import { Something } from "./something";
  3.  
  4. let placeholder = document.getElementById('placeholder');
  5.  
  6. // this line fails
  7. let twojs = new Two({ width: 1900, height: 885 }).appendTo(placeholder);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement