koenbok/Framer

More comprehensive documentation for the open-source library in vanilla JavaScript

SheaBelsky opened this issue · 0 comments

I am experimenting with the open-source JavaScript library, and it occurred to me that there is no meaningful documentation on how to use the library without a CoffeeScript transpiler (as if I was in the browser or place where I could not transpile CoffeeScript to JavaScript.) This is a significant barrier to entry for people who want to use the open source library, but do not know or feel comfortable translating CoffeeScript to JavaScript.

The only meaningful documentation I could find is from FramerJS 2, which was not written in CoffeeScript.

http://two.framerjs.com/index.html

It's nice that there's something out there, but it means I'm stuck in the past. Are there plans to have better documentation for the open-source library so people could more realistically use it, versus needing to go back and forth between CoffeeScript and JavaScript?