Readmore.js
Readmore.js copied to clipboard
What is the best way to import it in webpack
Hello, i'm wondering what is the best way to import it in js ?
import readmore from 'readmore-js';
import readmore-js from 'readmore-js';
import Readmore from 'readmore-js';
Thanks a lot, great plugin !
Hi @ametthey check this out if you haven't solved this issue already: https://github.com/jedfoster/Readmore.js/issues/237#issuecomment-621259811
import Readmore from 'readmore-js';
worked for me
Hello, thanks a lot for answering, but it's not working for me
Here is an image of what I have
