Y
Hacker News
new
|
ask
|
show
|
jobs
by
metaphorical
2871 days ago
Not required. You can just include the pts.js or pts.min.js in script tag.
https://unpkg.com/pts@0.5.0/dist/pts.js
1 comments
mindw0rk
2871 days ago
He said building from source, not using an already built version. For that you need babel.
link
metaphorical
2871 days ago
You're right. Sorry I misunderstood.
link
crucialfelix
2870 days ago
Typescript is compiled with tsc, not Babel. The npm package includes built Js and original ts
link