doox911
doox911
Hey. I don’t understand which object to transfer as the last argument to `new Text (font: opentype.Font, text: string, fontSize: number, combine ?: boolean, centerCharacterOrigin ?: boolean, bezierAccuracy ?: number,...
I can not find the documentation on makerjs, how to implement the scale and grid in the examples of documentation?
Hello!) How to calculate the area arch or another figures?
As in the documentation - https://github.com/SortableJS/Vue.Draggable#componentdata.
I followed your [instructions](http://playgroundjs.com/intro/scaling), but I receive: **Uncaught ReferenceError: TEMP is not defined**. main.js: `var app = new PLAYGROUND.Application({ render: TEMP.showDimensions, container: 'svg-container' });`
For example: ``` const value = is_prod ? do() : is_laptop ? do2() : do3(); ``` Language: Javascript, Typescript, Files: Vue, React, jsx and tsx.
How can I add or customize my language? For example, Russian.
Hello! How do you measure performance? I would like to fully implement your product in the company I work for. To do this, I need to prepare a presentation and...
Please, add var replacement to const or let! That would be awesome
Source: https://github.com/sindresorhus/type-fest/blob/main/source/basic.d.ts 1. Why do we specify `?:` when the property might not exist due to `| undefined` 2. Please, provide a practical use case types: `JsonValue`, `JsonPrimitive`, `JsonObject`, `JsonArray`,...